Home
last modified time | relevance | path

Searched refs:rear_guard_value (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
DGuardData.cpp91 : GuardData(debug_data, config.rear_guard_value(), config.rear_guard_bytes()) {} in RearGuardData()
DConfig.h80 uint8_t rear_guard_value() const { return rear_guard_value_; } in rear_guard_value() function
Dmalloc_debug.cpp284 memset(guard, g_debug->config().rear_guard_value(), g_debug->config().rear_guard_bytes()); in InitHeader()
710 memset(g_debug->GetRearGuard(header), g_debug->config().rear_guard_value(), in debug_realloc()