Home
last modified time | relevance | path

Searched refs:front_guard_bytes (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DGuardData.cpp73 : GuardData(debug_data, config.front_guard_value(), config.front_guard_bytes()) { in FrontGuardData()
75 cmp_mem_.resize(config.front_guard_bytes()); in FrontGuardData()
79 *offset += config.front_guard_bytes(); in FrontGuardData()
DConfig.h80 size_t front_guard_bytes() const { return front_guard_bytes_; } in front_guard_bytes() function
Dmalloc_debug.cpp376 memset(guard, g_debug->config().front_guard_value(), g_debug->config().front_guard_bytes()); in InitHeader()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp152 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
161 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
165 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()
170 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
172 ASSERT_EQ(40U, config->front_guard_bytes()); in TEST_F()
177 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
199 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()
204 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()