Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1400 return _PyObject_DebugReallocApi(_PYMALLOC_MEM_ID, p, nbytes); in _PyMem_DebugRealloc()
1417 return _PyObject_DebugReallocApi(_PYMALLOC_OBJ_ID, p, nbytes); in _PyObject_DebugRealloc()
1487 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) in _PyObject_DebugReallocApi() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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