Searched defs:PyMem_GetAllocator (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
H A Dobmalloc.c311 PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &_PyMem_Debug.raw.alloc);
322 PyMem_GetAllocator(PYMEM_DOMAIN_MEM, &_PyMem_Debug.mem.alloc);
328 PyMem_GetAllocator(PYMEM_DOMAIN_OBJ, &_PyMem_Debug.obj.alloc);
334 PyMem_GetAllocator(PyMemAllocatorDomain domain, PyMemAllocatorEx *allocator) function

Completed in 47 milliseconds