Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
/external/python/cpython2/Objects/
Dobmalloc.c1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function