Home
last modified time | relevance | path

Searched refs:_PyMem_DebugRealloc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dpymem.h63 #define PyMem_REALLOC _PyMem_DebugRealloc
Dobjimpl.h116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
/external/python/cpython2/Objects/
Dobmalloc.c1447 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc() function