Home
last modified time | relevance | path

Searched refs:front_guard_bytes (Results 1 – 5 of 5) 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.h61 size_t front_guard_bytes = 0; member
DConfig.cpp350 &this->front_guard_bytes, true); in Set()
472 front_guard_bytes = BIONIC_ALIGN(front_guard_bytes, MINIMUM_ALIGNMENT_BYTES); in Set()
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.cpp233 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F()
242 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F()
246 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F()
251 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F()
253 ASSERT_EQ(40U, config->front_guard_bytes); in TEST_F()
258 ASSERT_EQ(48U, config->front_guard_bytes); in TEST_F()
280 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F()
285 ASSERT_EQ(32U, config->front_guard_bytes); in TEST_F()