Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h108 PyAPI_FUNC(void) _PyObject_DebugDumpAddress(const void *p);
/external/python/cpython2/Objects/
Dobmalloc.c1639 _PyObject_DebugDumpAddress(p); in _PyObject_DebugCheckAddressApi()
1645 _PyObject_DebugDumpAddress(const void *p) in _PyObject_DebugDumpAddress() function