Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/tests/
H A Dcombined_test.cpp705 struct DeathConfig { struct
706 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