HomeSort by relevance Sort by last modified time
    Searched refs:PyMemAllocatorDomain (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
pymem.h 177 } PyMemAllocatorDomain;
197 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
211 PyAPI_FUNC(void) PyMem_SetAllocator(PyMemAllocatorDomain domain,
238 PyMemAllocatorDomain domain,
  /external/python/cpython3/Objects/
obmalloc.c 29 static void _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain);
218 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug,
251 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain,
413 _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain)
468 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
486 PyMem_SetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 429 milliseconds