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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h
   32   template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc;

References

projects/compiler-rt/lib/tsan/rtl/tsan_clock.h
   20 typedef DenseSlabAlloc<ClockBlock, 1<<16, 1<<10> ClockAlloc;
projects/compiler-rt/lib/tsan/rtl/tsan_sync.h
  133   typedef DenseSlabAlloc<MBlock, 1<<16, 1<<12> BlockAlloc;
  134   typedef DenseSlabAlloc<SyncVar, 1<<16, 1<<10> SyncAlloc;