Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.h73 return reinterpret_cast<uint8_t*>(value + front_guard->offset()); in GetFrontGuard()
92 std::unique_ptr<FrontGuardData> front_guard; variable
DDebugData.cpp60 front_guard.reset(new FrontGuardData(this, config_, &pointer_offset_)); in Initialize()
Dmalloc_debug.cpp356 if (!g_debug->front_guard->Valid(header)) { in internal_free()
357 g_debug->front_guard->LogFailure(header); in internal_free()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp239 TEST_F(MallocDebugConfigTest, front_guard) { in TEST_F() argument
Dmalloc_debug_unit_tests.cpp310 TEST_F(MallocDebugTest, front_guard) { in TEST_F() argument