Home
last modified time | relevance | path

Searched refs:front_guard_bytes (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/malloc_debug/
DGuardData.cpp74 : 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()
DConfig.h58 size_t front_guard_bytes = 0; member
DConfig.cpp287 &this->front_guard_bytes, nullptr, true), in SetFromProperties()
377 front_guard_bytes = BIONIC_ALIGN(front_guard_bytes, MINIMUM_ALIGNMENT_BYTES); in SetFromProperties()
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.cpp223 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()