Searched refs:MALLOC_ALLOC (Results 1 – 1 of 1) sorted by relevance
178 #define MALLOC_ALLOC {NULL, _PyMem_RawMalloc, _PyMem_RawCalloc, _PyMem_RawRealloc, _PyMem_RawFree} macro183 #define PYRAW_ALLOC MALLOC_ALLOC187 # define PYOBJ_ALLOC MALLOC_ALLOC330 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()347 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()376 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_GetCurrentAllocatorName()424 #undef MALLOC_ALLOC