Searched refs:PYMALLOC_ALLOC (Results 1 – 1 of 1) sorted by relevance
180 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr… macro185 # define PYOBJ_ALLOC PYMALLOC_ALLOC333 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_SetupAllocators()378 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_GetCurrentAllocatorName()425 #undef PYMALLOC_ALLOC