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

  /bionic/libc/malloc_debug/
GuardData.cpp 73 : GuardData(debug_data, config.front_guard_value(), config.front_guard_bytes()) {
76 memset(cmp_mem_.data(), config.front_guard_value(), cmp_mem_.size());
Config.h 76 uint8_t front_guard_value() const { return front_guard_value_; } function in class:Config
malloc_debug.cpp 190 memset(guard, g_debug->config().front_guard_value(), g_debug->config().front_guard_bytes());

Completed in 67 milliseconds