Searched refs:_PyObject_DebugCheckAddressApi (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | obmalloc.c | 1427 _PyObject_DebugCheckAddressApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugCheckAddress() 1478 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugFreeApi() 1498 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugReallocApi() 1543 _PyObject_DebugCheckAddressApi(char api, const void *p) in _PyObject_DebugCheckAddressApi() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | objimpl.h | 114 PyAPI_FUNC(void) _PyObject_DebugCheckAddressApi(char api, const void *p);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | objimpl.h | 114 PyAPI_FUNC(void) _PyObject_DebugCheckAddressApi(char api, const void *p);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | obmalloc.c | 1476 _PyObject_DebugCheckAddressApi(_PYMALLOC_OBJ_ID, p); in _PyObject_DebugCheckAddress() 1527 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugFreeApi() 1547 _PyObject_DebugCheckAddressApi(api, p); in _PyObject_DebugReallocApi() 1592 _PyObject_DebugCheckAddressApi(char api, const void *p) in _PyObject_DebugCheckAddressApi() function
|