Home
last modified time | relevance | path

Searched refs:front_guard (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
DDebugData.h65 return reinterpret_cast<uint8_t*>(value + front_guard->offset()); in GetFrontGuard()
85 std::unique_ptr<FrontGuardData> front_guard; variable
DDebugData.cpp49 front_guard.reset(new FrontGuardData(this, config_, &pointer_offset_)); in Initialize()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp157 TEST_F(MallocDebugConfigTest, front_guard) { in TEST_F() argument