Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1444 return _PyObject_DebugMallocApi(_PYMALLOC_MEM_ID, nbytes); in _PyMem_DebugMalloc()
1461 return _PyObject_DebugMallocApi(_PYMALLOC_OBJ_ID, nbytes); in _PyObject_DebugMalloc()
1482 _PyObject_DebugMallocApi(char id, size_t nbytes) in _PyObject_DebugMallocApi() function
1545 return _PyObject_DebugMallocApi(api, nbytes); in _PyObject_DebugReallocApi()
/external/python/cpython2/Include/
Dobjimpl.h111 PyAPI_FUNC(void *) _PyObject_DebugMallocApi(char api, size_t nbytes);