Home
last modified time | relevance | path

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

/external/scudo/config/
Dcustom_scudo_config.h87 struct HostConfig { struct
88 static const bool MaySupportMemoryTagging = false;
90 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive TSD
92 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>;
/external/googleapis/google/cloud/securesourcemanager/v1/
Dsecure_source_manager.proto240 message HostConfig { message