HomeSort by relevance Sort by last modified time
    Searched refs:front_guard_value (Results 1 - 4 of 4) sorted by null

  /bionic/libc/malloc_debug/
GuardData.cpp 74 : GuardData(config.front_guard_value, config.front_guard_bytes) {
77 memset(cmp_mem_.data(), config.front_guard_value, cmp_mem_.size());
Config.h 77 uint8_t front_guard_value; member in struct:Config
Config.cpp 274 front_guard_value = DEFAULT_FRONT_GUARD_VALUE;
malloc_debug.cpp 153 memset(guard, g_debug->config().front_guard_value, g_debug->config().front_guard_bytes);

Completed in 219 milliseconds