Searched refs:front_guard (Results 1 – 3 of 3) sorted by relevance
65 return reinterpret_cast<uint8_t*>(value + front_guard->offset()); in GetFrontGuard()85 std::unique_ptr<FrontGuardData> front_guard; variable
49 front_guard.reset(new FrontGuardData(this, config_, &pointer_offset_)); in Initialize()
157 TEST_F(MallocDebugConfigTest, front_guard) { in TEST_F() argument