Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp56 rear_guard.reset(new RearGuardData(this, config_)); in Initialize()
DDebugData.h87 std::unique_ptr<RearGuardData> rear_guard; variable
Dmalloc_debug.cpp506 if (!g_debug->rear_guard->Valid(header)) { in InternalFree()
507 g_debug->rear_guard->LogFailure(header); in InternalFree()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp182 TEST_F(MallocDebugConfigTest, rear_guard) { in TEST_F() argument
Dmalloc_debug_unit_tests.cpp493 TEST_F(MallocDebugTest, rear_guard) { in TEST_F() argument