reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
32 template<typename T, uptr kL1Size, uptr kL2Size> friend class DenseSlabAlloc;
20 typedef DenseSlabAlloc<ClockBlock, 1<<16, 1<<10> ClockAlloc;
projects/compiler-rt/lib/tsan/rtl/tsan_sync.h133 typedef DenseSlabAlloc<MBlock, 1<<16, 1<<12> BlockAlloc; 134 typedef DenseSlabAlloc<SyncVar, 1<<16, 1<<10> SyncAlloc;