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

References

projects/compiler-rt/lib/scudo/standalone/local_cache.h
   19   typedef typename SizeClassAllocator::SizeClassMap SizeClassMap;
   51   void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) {
   58   void init(GlobalStats *S, SizeClassAllocator *A) {
  131   SizeClassAllocator *Allocator;
  143       const uptr Size = SizeClassAllocator::getSizeByClassId(I);
  172           SizeClassAllocator::getSizeByClassId(SizeClassMap::BatchClassId));