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

/bionic/libc/malloc_debug/
H A DConfig.h78 uint8_t rear_guard_value; member in struct:Config
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);
502 memset(g_debug->GetRearGuard(header), g_debug->config().rear_guard_value,
H A DConfig.cpp275 rear_guard_value = DEFAULT_REAR_GUARD_VALUE;

Completed in 1538 milliseconds