Home
last modified time | relevance | path

Searched refs:DEADBYTE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1291 #undef DEADBYTE
1294 #define DEADBYTE 0xDB /* dead (newly freed) memory */ macro
1482 memset(q, DEADBYTE, nbytes); in _PyObject_DebugFreeApi()
1508 memset(q + nbytes, DEADBYTE, original_nbytes - nbytes + 2*SST); in _PyObject_DebugReallocApi()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1340 #undef DEADBYTE
1343 #define DEADBYTE 0xDB /* dead (newly freed) memory */ macro
1531 memset(q, DEADBYTE, nbytes); in _PyObject_DebugFreeApi()
1557 memset(q + nbytes, DEADBYTE, original_nbytes - nbytes + 2*SST); in _PyObject_DebugReallocApi()