Searched refs:_PyObject_DebugReallocApi (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | objimpl.h | 112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | objimpl.h | 112 PyAPI_FUNC(void *) _PyObject_DebugReallocApi(char api, void *p, size_t nbytes);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | obmalloc.c | 1400 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/ |
| D | obmalloc.c | 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
|