Searched refs:MALLOC_ALLOC (Results 1 – 1 of 1) sorted by relevance
171 #define MALLOC_ALLOC {NULL, _PyMem_RawMalloc, _PyMem_RawCalloc, _PyMem_RawRealloc, _PyMem_RawFree} macro176 #define PYRAW_ALLOC MALLOC_ALLOC180 # define PYOBJ_ALLOC MALLOC_ALLOC284 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