Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1476 _PyObject_DebugCheckAddressApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugCheckAddress()
1527 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugFreeApi()
1547 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugReallocApi()
1592 _PyObject_DebugCheckAddressApi(char api, const void *p) in _PyObject_DebugCheckAddressApi() function
/external/python/cpython2/Include/
Dobjimpl.h114 PyAPI_FUNC(void) _PyObject_DebugCheckAddressApi(char api, const void *p);