Searched refs:_PyMem_DebugRealloc (Results 1 – 3 of 3) sorted by relevance
63 #define PyMem_REALLOC _PyMem_DebugRealloc
116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
1447 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc() function