Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1347 #define _PYMALLOC_MEM_ID 'm' /* the PyMem_Malloc() API */ macro
1444 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()