Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h50 struct DefaultConfig { struct
51 static const bool MaySupportMemoryTagging = true;
52 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive
54 struct Primary {
72 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
74 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
77 struct Secondary {
89 template <typename Config> using SecondaryT = MapAllocator<Config>;