Home
last modified time | relevance | path

Searched defs:EnableRandomOffset (Results 1 – 2 of 2) 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 Dprimary64.h607 MemMapT MemMap, bool EnableRandomOffset) in initRegion()