Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h113 PyAPI_FUNC(void) _PyObject_DebugFreeApi(char api, void *p);
/external/python/cpython2/Objects/
Dobmalloc.c1454 _PyObject_DebugFreeApi(_PYMALLOC_MEM_ID, p); in _PyMem_DebugFree()
1471 _PyObject_DebugFreeApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugFree()
1520 _PyObject_DebugFreeApi(char api, void *p) in _PyObject_DebugFreeApi() function