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

/bionic/libc/malloc_debug/
H A DGuardData.cpp74 : GuardData(config.front_guard_value, config.front_guard_bytes) {
77 memset(cmp_mem_.data(), config.front_guard_value, cmp_mem_.size());
H A DConfig.h77 uint8_t front_guard_value; member in struct:Config
H A DConfig.cpp274 front_guard_value = DEFAULT_FRONT_GUARD_VALUE;
H A Dmalloc_debug.cpp153 memset(guard, g_debug->config().front_guard_value, g_debug->config().front_guard_bytes);

Completed in 501 milliseconds