Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymem.h64 #define PyMem_FREE _PyMem_DebugFree
Dobjimpl.h117 PyAPI_FUNC(void) _PyMem_DebugFree(void *p);
/external/python/cpython2/Objects/
Dobmalloc.c1452 _PyMem_DebugFree(void *p) in _PyMem_DebugFree() function