Searched refs:_PyObject_DebugRealloc (Results 1 – 2 of 2) sorted by relevance
106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);120 #define PyObject_REALLOC _PyObject_DebugRealloc121 #define PyObject_Realloc _PyObject_DebugRealloc
1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function