Home
last modified time | relevance | path

Searched defs:DefaultConfig (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h120 struct DefaultConfig { struct
121 static const bool MaySupportMemoryTagging = true;
122 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive
124 struct Primary {
142 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
144 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
147 struct Secondary {
159 template <typename Config> using SecondaryT = MapAllocator<Config>;