Searched refs:front_guard_bytes (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | GuardData.cpp | 73 : 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()
|
D | Config.h | 72 size_t front_guard_bytes() const { return front_guard_bytes_; } in front_guard_bytes() function
|
D | malloc_debug.cpp | 153 memset(guard, g_debug->config().front_guard_value(), g_debug->config().front_guard_bytes()); in InitHeader()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_config_tests.cpp | 230 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()
|