Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h61 static const bool EnableRandomOffset = true; member
106 static const bool EnableRandomOffset = true; member
155 static const bool EnableRandomOffset = true; member
179 static const bool EnableRandomOffset = false; member
H A Dallocator_config.def86 PRIMARY_OPTIONAL(const bool, EnableRandomOffset, false)
H A Dprimary64.h607 MemMapT MemMap, bool EnableRandomOffset) in initRegion() argument
617 if (EnableRandomOffset) { in initRegion()