reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/standalone/allocator_config.h
   34   template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive
projects/compiler-rt/lib/scudo/standalone/combined.h
   30   typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT;
projects/compiler-rt/lib/scudo/standalone/tsd_exclusive.h
   98   typedef TSDRegistryExT<Allocator> TSDRegistryT;