Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DDebugData.cpp57 extra_bytes_ += config_.rear_guard_bytes(); in Initialize()
DGuardData.cpp91 : GuardData(debug_data, config.rear_guard_value(), config.rear_guard_bytes()) {} in RearGuardData()
DConfig.h78 size_t rear_guard_bytes() const { return rear_guard_bytes_; } in rear_guard_bytes() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp185 ASSERT_EQ(50U, config->rear_guard_bytes()); in TEST_F()
189 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()
199 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()
204 ASSERT_EQ(32U, config->rear_guard_bytes()); in TEST_F()