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

/bionic/libc/malloc_debug/
H A DConfig.h59 size_t rear_guard_bytes = 0; member in struct:Config
H A DDebugData.cpp68 extra_bytes_ += config_.rear_guard_bytes;
H A DGuardData.cpp92 : GuardData(config.rear_guard_value, config.rear_guard_bytes) {
H A Dmalloc_debug.cpp158 memset(guard, g_debug->config().rear_guard_value, g_debug->config().rear_guard_bytes);
503 g_debug->config().rear_guard_bytes);
H A DConfig.cpp290 &this->rear_guard_bytes, nullptr, true),
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp257 ASSERT_EQ(50U, config->rear_guard_bytes);
261 ASSERT_EQ(32U, config->rear_guard_bytes);
271 ASSERT_EQ(32U, config->rear_guard_bytes);
276 ASSERT_EQ(32U, config->rear_guard_bytes);

Completed in 1450 milliseconds