Searched refs:guardBlockSize (Results 1 – 2 of 2) sorted by relevance
61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()63 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()77 return size + 2 * guardBlockSize + headerSize(); in allocationSize()82 return m + guardBlockSize + headerSize(); in offsetAllocation()90 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()102 const static size_t guardBlockSize; variable
129 const size_t TAllocation::guardBlockSize = 16; member in TAllocation131 const size_t TAllocation::guardBlockSize = 0; member in TAllocation140 for (size_t x = 0; x < guardBlockSize; x++) { in checkGuardBlock()