Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobmalloc.c173 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr… macro
178 # define PYOBJ_ALLOC PYMALLOC_ALLOC
287 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_SetupAllocators()
326 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_GetAllocatorsName()
373 #undef PYMALLOC_ALLOC