Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h52 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive member
97 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs. member
141 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 4U>; // Shared, max 8 TSDs. member
172 using TSDRegistryT = TSDRegistrySharedT<A, 1U, 1U>; // Shared, max 1 TSD. member
H A Dtsd_exclusive.h178 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread() typedef
H A Dcombined.h59 typedef typename AllocatorConfig::template TSDRegistryT<ThisT> TSDRegistryT; typedef