Searched refs:kGuardBlockBeginVal (Results 1 – 1 of 1) sorted by relevance
62 memset(preGuard(), kGuardBlockBeginVal, kGuardBlockSize); in mSize()70 checkGuardBlock(preGuard(), kGuardBlockBeginVal, "before"); in checkAlloc()97 static constexpr unsigned char kGuardBlockBeginVal = 0xfb; variable