Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp67 rear_guard.reset(new RearGuardData(this, config_)); in Initialize()
DDebugData.h93 std::unique_ptr<RearGuardData> rear_guard; variable
Dmalloc_debug.cpp361 if (!g_debug->rear_guard->Valid(header)) { in internal_free()
362 g_debug->rear_guard->LogFailure(header); in internal_free()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp264 TEST_F(MallocDebugConfigTest, rear_guard) { in TEST_F() argument
Dmalloc_debug_unit_tests.cpp401 TEST_F(MallocDebugTest, rear_guard) { in TEST_F() argument