Searched refs:CLEANBYTE (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Objects/ |
D | obmalloc.c | 1339 #undef CLEANBYTE 1342 #define CLEANBYTE 0xCB /* clean (newly allocated) memory */ macro 1504 memset(p + 2*SST, CLEANBYTE, nbytes); in _PyObject_DebugMallocApi() 1585 memset(q + original_nbytes, CLEANBYTE, in _PyObject_DebugReallocApi()
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 94 #define CLEANBYTE 0xCB /* clean (newly allocated) memory */ 115 The requested memory, filled with copies of CLEANBYTE, used to catch 118 CLEANBYTE. When a free-like function is called, these are overwritten with
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 92 #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
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 1951 #undef CLEANBYTE 1954 #define CLEANBYTE 0xCB /* clean (newly allocated) memory */ macro 2067 memset(data, CLEANBYTE, nbytes); in _PyMem_DebugRawAlloc() 2219 memset(data + original_nbytes, CLEANBYTE, nbytes - original_nbytes); in _PyMem_DebugRawRealloc()
|