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 | 80 size_t front_guard_bytes() const { return front_guard_bytes_; } in front_guard_bytes() function
|
D | malloc_debug.cpp | 376 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 | 152 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()
|