Searched refs:_PYMALLOC_OBJ_ID (Results 1 – 1 of 1) sorted by relevance
1348 #define _PYMALLOC_OBJ_ID 'o' /* The PyObject_Malloc() API */ macro1461 return _PyObject_DebugMallocApi(_PYMALLOC_OBJ_ID, nbytes); in _PyObject_DebugMalloc()1466 return _PyObject_DebugReallocApi(_PYMALLOC_OBJ_ID, p, nbytes); in _PyObject_DebugRealloc()1471 _PyObject_DebugFreeApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugFree()1476 _PyObject_DebugCheckAddressApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugCheckAddress()