reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
29 typedef Allocator<Params> ThisT;
projects/compiler-rt/lib/scudo/standalone/wrappers_c.cpp21 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;