template <>
struct EnableContiguousRegionsState
Defined at line 113 of file ../../third_party/scudo/src/allocator_config.def
When `EnableContiguousRegions` is true, all regions will be be arranged in
adjacency. This will reduce the fragmentation caused by region allocations
but may require a huge amount of contiguous pages at initialization.
Public Methods
removeConst<const bool>::type getValue ()
Defined at line 113 of file ../../third_party/scudo/src/allocator_config.def