Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h164 struct AndroidConfig { struct
165 static const bool MaySupportMemoryTagging = true;
167 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.
169 struct Primary {
187 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
189 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
192 struct Secondary {
204 template <typename Config> using SecondaryT = MapAllocator<Config>;