Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymem.h62 #define PyMem_MALLOC _PyMem_DebugMalloc
Dobjimpl.h115 PyAPI_FUNC(void *) _PyMem_DebugMalloc(size_t nbytes);
/external/python/cpython2/Objects/
Dobmalloc.c1442 _PyMem_DebugMalloc(size_t nbytes) in _PyMem_DebugMalloc() function