Home
last modified time | relevance | path

Searched refs:MALLOC_ALLOC (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dobmalloc.c171 #define MALLOC_ALLOC {NULL, _PyMem_RawMalloc, _PyMem_RawCalloc, _PyMem_RawRealloc, _PyMem_RawFree} macro
176 #define PYRAW_ALLOC MALLOC_ALLOC
180 # define PYOBJ_ALLOC MALLOC_ALLOC
284 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()
297 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()
324 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_GetAllocatorsName()
372 #undef MALLOC_ALLOC