Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1339 #undef CLEANBYTE
1342 #define CLEANBYTE 0xCB /* clean (newly allocated) memory */ macro
1504 memset(p + 2*SST, CLEANBYTE, nbytes); in _PyObject_DebugMallocApi()
1579 memset(q + original_nbytes, CLEANBYTE, in _PyObject_DebugReallocApi()
/external/python/cpython2/Misc/
DSpecialBuilds.txt92 #define CLEANBYTE 0xCB /* clean (newly allocated) memory */
111 The requested memory, filled with copies of CLEANBYTE, used to catch
114 CLEANBYTE. When a free-like function is called, these are overwritten with