Home
last modified time | relevance | path

Searched refs:rear_guard (Results 1 – 3 of 3) 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
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp182 TEST_F(MallocDebugConfigTest, rear_guard) { in TEST_F() argument