Searched defs:DeathConfig (Results 1 – 1 of 1) sorted by relevance
705 struct DeathConfig { struct706 static const bool MaySupportMemoryTagging = false;707 template <class A> using TSDRegistryT = scudo::TSDRegistrySharedT<A, 1U, 1U>;709 struct Primary {733 using AllocatorT = TestAllocator<DeathConfig>; in TEST() argument