Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymem.h63 #define PyMem_REALLOC _PyMem_DebugRealloc
Dobjimpl.h116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymem.h63 #define PyMem_REALLOC _PyMem_DebugRealloc
Dobjimpl.h116 PyAPI_FUNC(void *) _PyMem_DebugRealloc(void *p, size_t nbytes);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1398 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1447 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc() function