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.h72 size_t front_guard_bytes() const { return front_guard_bytes_; } in front_guard_bytes() function
Dmalloc_debug.cpp153 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.cpp230 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
239 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
243 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()
248 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
250 ASSERT_EQ(40U, config->front_guard_bytes()); in TEST_F()
255 ASSERT_EQ(48U, config->front_guard_bytes()); in TEST_F()
277 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()
282 ASSERT_EQ(32U, config->front_guard_bytes()); in TEST_F()