Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
/external/python/cpython2/Objects/
Dobmalloc.c1459 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc() function