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

  /bionic/libc/malloc_debug/
Config.h 78 uint8_t rear_guard_value; member in struct:Config
GuardData.cpp 92 : GuardData(config.rear_guard_value, config.rear_guard_bytes) {
malloc_debug.cpp 158 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,
Config.cpp 275 rear_guard_value = DEFAULT_REAR_GUARD_VALUE;

Completed in 2082 milliseconds