Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h106 PyAPI_FUNC(void *) _PyObject_DebugRealloc(void *p, size_t nbytes);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1415 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc() function