Searched defs:SizeClassAllocator32LocalCache (Results 1 – 1 of 1) sorted by relevance
128 struct SizeClassAllocator32LocalCache { struct129 typedef SizeClassAllocator Allocator;130 typedef typename Allocator::TransferBatch TransferBatch;132 void Init(AllocatorGlobalStats *s) { in Init()187 void Drain(SizeClassAllocator *allocator) { in Drain()196 typedef typename Allocator::SizeClassMapT SizeClassMap;203 static const bool kUseSeparateSizeClassForBatch =206 struct PerClass {213 PerClass per_class_[kNumClasses];214 AllocatorStats stats_;[all …]