Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1298 #define _PYMALLOC_MEM_ID 'm' /* the PyMem_Malloc() API */ macro
1395 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()