Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
/external/python/cpython2/Objects/
Dobmalloc.c1449 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