Searched refs:_PyObject_DebugRealloc (Results 1 – 4 of 4) 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
1415 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function
1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function