Searched refs:_PyObject_DebugFree (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dobjimpl.h107 PyAPI_FUNC(void) _PyObject_DebugFree(void *p);
122 #define PyObject_FREE _PyObject_DebugFree
123 #define PyObject_Free _PyObject_DebugFree
/external/python/cpython2/Objects/
H A Dobmalloc.c1469 _PyObject_DebugFree(void *p) function

Completed in 264 milliseconds