Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h108 PyAPI_FUNC(void) _PyObject_DebugDumpAddress(const void *p);
/external/python/cpython3/Objects/
Dobmalloc.c26 static void _PyObject_DebugDumpAddress(const void *p);
2316 _PyObject_DebugDumpAddress(p); in _PyMem_DebugCheckAddress()
2322 _PyObject_DebugDumpAddress(const void *p) in _PyObject_DebugDumpAddress() function
/external/python/cpython2/Objects/
Dobmalloc.c1645 _PyObject_DebugDumpAddress(p); in _PyObject_DebugCheckAddressApi()
1651 _PyObject_DebugDumpAddress(const void *p) in _PyObject_DebugDumpAddress() function