Searched refs:preGuard (Results 1 – 2 of 2) sorted by relevance
85 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()92 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()113 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function114 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()89 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function90 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()