Searched refs:_PYMALLOC_MEM_ID (Results 1 – 2 of 2) sorted by relevance
1298 #define _PYMALLOC_MEM_ID 'm' /* the PyMem_Malloc() API */ macro1395 return _PyObject_DebugMallocApi(_PYMALLOC_MEM_ID, nbytes); in _PyMem_DebugMalloc()1400 return _PyObject_DebugReallocApi(_PYMALLOC_MEM_ID, p, nbytes); in _PyMem_DebugRealloc()1405 _PyObject_DebugFreeApi(_PYMALLOC_MEM_ID, p); in _PyMem_DebugFree()
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()