Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h105 PyAPI_FUNC(void *) _PyObject_DebugMalloc(size_t nbytes);
118 #define PyObject_MALLOC _PyObject_DebugMalloc
119 #define PyObject_Malloc _PyObject_DebugMalloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1410 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1459 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc() function