Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
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/
Dobmalloc.c1469 _PyObject_DebugFree(void *p) in _PyObject_DebugFree() function