Searched defs:HostConfig (Results 1 – 2 of 2) sorted by relevance
87 struct HostConfig { struct88 static const bool MaySupportMemoryTagging = false;90 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive TSD92 struct Primary {111 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;113 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;116 struct Secondary {133 template <typename Config> using SecondaryT = MapAllocator<Config>;
240 message HostConfig { message