Home
last modified time | relevance | path

Searched refs:EnableContiguousRegions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.def85 // pages. This is only used if `EnableContiguousRegions` is enabled.
89 // When `EnableContiguousRegions` is true, all regions will be be arranged in
92 PRIMARY_OPTIONAL(const bool, EnableContiguousRegions, true)
H A Dallocator_config.h149 static const bool EnableContiguousRegions = false; member