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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
   29   typedef Allocator<Params> ThisT;
projects/compiler-rt/lib/scudo/standalone/wrappers_c.cpp
   21 static scudo::Allocator<scudo::Config> Allocator;
   25 scudo::Allocator<scudo::Config> *AllocatorPtr = &Allocator;
projects/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
   18 extern scudo::Allocator<scudo::Config> *AllocatorPtr;