Searched refs:front_guard_bytes (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/malloc_debug/ |
D | GuardData.cpp | 74 : GuardData(config.front_guard_value, config.front_guard_bytes) { in FrontGuardData() 76 cmp_mem_.resize(config.front_guard_bytes); in FrontGuardData() 80 *offset += config.front_guard_bytes; in FrontGuardData()
|
D | Config.h | 58 size_t front_guard_bytes = 0; member
|
D | Config.cpp | 287 &this->front_guard_bytes, nullptr, true), in SetFromProperties() 377 front_guard_bytes = BIONIC_ALIGN(front_guard_bytes, MINIMUM_ALIGNMENT_BYTES); in SetFromProperties()
|
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 | 223 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F() 232 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F() 236 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F() 241 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F() 243 ASSERT_EQ(40U, config->front_guard_bytes); in TEST_F() 248 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F() 270 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F() 275 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F()
|