Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dobmalloc.c180 #define MALLOC_ALLOC {NULL, _PyMem_RawMalloc, _PyMem_RawCalloc, _PyMem_RawRealloc, _PyMem_RawFree} macro
185 #define PYRAW_ALLOC MALLOC_ALLOC
189 # define PYOBJ_ALLOC MALLOC_ALLOC
332 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()
349 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_SetupAllocators()
378 PyMemAllocatorEx malloc_alloc = MALLOC_ALLOC; in _PyMem_GetCurrentAllocatorName()
426 #undef MALLOC_ALLOC macro

Completed in 7 milliseconds