Searched refs:_PYMALLOC_MEM_ID (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dobmalloc.c1347 #define _PYMALLOC_MEM_ID 'm' /* the PyMem_Malloc() API */ macro
1444 return _PyObject_DebugMallocApi(_PYMALLOC_MEM_ID, nbytes);
1449 return _PyObject_DebugReallocApi(_PYMALLOC_MEM_ID, p, nbytes);
1454 _PyObject_DebugFreeApi(_PYMALLOC_MEM_ID, p);

Completed in 61 milliseconds