Searched refs:PYMALLOC_ALLOC (Results 1 – 1 of 1) sorted by relevance
173 # define PYMALLOC_ALLOC {NULL, _PyObject_Malloc, _PyObject_Calloc, _PyObject_Realloc, _PyObject_Fr… macro178 # define PYOBJ_ALLOC PYMALLOC_ALLOC287 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_SetupAllocators()326 PyMemAllocatorEx pymalloc = PYMALLOC_ALLOC; in _PyMem_GetAllocatorsName()373 #undef PYMALLOC_ALLOC