Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp58 extra_bytes_ += config_.rear_guard_bytes(); in Initialize()
DGuardData.cpp91 : GuardData(debug_data, config.rear_guard_value(), config.rear_guard_bytes()) {} in RearGuardData()
DConfig.h81 size_t rear_guard_bytes() const { return rear_guard_bytes_; } in rear_guard_bytes() function
Dmalloc_debug.cpp381 memset(guard, g_debug->config().rear_guard_value(), g_debug->config().rear_guard_bytes()); in InitHeader()
847 g_debug->config().rear_guard_bytes()); in debug_realloc()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp186 ASSERT_EQ(50U, config->rear_guard_bytes()); in TEST_F()
190 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()
200 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()
205 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()