Searched refs:_PYMALLOC_MEM_ID (Results 1 – 1 of 1) sorted by relevance
1347 #define _PYMALLOC_MEM_ID 'm' /* the PyMem_Malloc() API */ macro1444 return _PyObject_DebugMallocApi(_PYMALLOC_MEM_ID, nbytes); in _PyMem_DebugMalloc()1449 return _PyObject_DebugReallocApi(_PYMALLOC_MEM_ID, p, nbytes); in _PyMem_DebugRealloc()1454 _PyObject_DebugFreeApi(_PYMALLOC_MEM_ID, p); in _PyMem_DebugFree()