Home
last modified time | relevance | path

Searched refs:rear_guard_bytes (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.h62 size_t rear_guard_bytes = 0; member
DDebugData.cpp68 extra_bytes_ += config_.rear_guard_bytes; in Initialize()
DGuardData.cpp91 : GuardData(debug_data, config.rear_guard_value, config.rear_guard_bytes) { in RearGuardData()
Dmalloc_debug.cpp158 memset(guard, g_debug->config().rear_guard_value, g_debug->config().rear_guard_bytes); in InitHeader()
548 g_debug->config().rear_guard_bytes); in debug_realloc()
DConfig.cpp353 "rear_guard", DEFAULT_GUARD_BYTES, 1, MAX_GUARD_BYTES, REAR_GUARD, &this->rear_guard_bytes, in Set()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp267 ASSERT_EQ(50U, config->rear_guard_bytes); in TEST_F()
271 ASSERT_EQ(32U, config->rear_guard_bytes); in TEST_F()
281 ASSERT_EQ(32U, config->rear_guard_bytes); in TEST_F()
286 ASSERT_EQ(32U, config->rear_guard_bytes); in TEST_F()