Home
last modified time | relevance | path

Searched refs:SharedCaches (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp64 struct SharedCaches { struct
120 testRegistry<MockAllocator<SharedCaches>>(); in TEST()
178 testRegistryThreaded<MockAllocator<SharedCaches>>(); in TEST()
186 static void stressSharedRegistry(MockAllocator<SharedCaches> *Allocator) { in stressSharedRegistry()
212 using AllocatorT = MockAllocator<SharedCaches>; in TEST()