Searched refs:_PyObject_DebugReallocApi (Results 1 – 2 of 2) sorted by relevance
112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
1449 return _PyObject_DebugReallocApi(_PYMALLOC_MEM_ID, p, nbytes); in _PyMem_DebugRealloc()1466 return _PyObject_DebugReallocApi(_PYMALLOC_OBJ_ID, p, nbytes); in _PyObject_DebugRealloc()1536 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) in _PyObject_DebugReallocApi() function