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

  /external/python/cpython3/Include/
pymem.h 197 PyAPI_FUNC(void) PyMem_GetAllocator(PyMemAllocatorDomain domain,
  /external/python/cpython3/Modules/
_tracemalloc.c 968 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw);
1104 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw);
1114 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &allocators.mem);
1118 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &allocators.obj);
    [all...]
_testcapimodule.c     [all...]
main.c     [all...]
  /external/python/cpython3/Objects/
obmalloc.c 222 PyMem_GetAllocator(domain, old_alloc);
422 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &_PyMem_Debug.raw.alloc);
435 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &_PyMem_Debug.mem.alloc);
448 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &_PyMem_Debug.obj.alloc);
468 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator)
    [all...]

Completed in 63 milliseconds