Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DGuardData.cpp73 : GuardData(debug_data, config.front_guard_value, config.front_guard_bytes) { in FrontGuardData()
76 memset(cmp_mem_.data(), config.front_guard_value, cmp_mem_.size()); in FrontGuardData()
DConfig.h84 uint8_t front_guard_value; member
DConfig.cpp334 front_guard_value = DEFAULT_FRONT_GUARD_VALUE; in Set()
Dmalloc_debug.cpp153 memset(guard, g_debug->config().front_guard_value, g_debug->config().front_guard_bytes); in InitHeader()