Searched defs:SizeClassAllocator32LocalCache (Results 1 – 1 of 1) sorted by relevance
129 struct SizeClassAllocator32LocalCache { struct130 typedef SizeClassAllocator Allocator;131 typedef typename Allocator::TransferBatch TransferBatch;133 void Init(AllocatorGlobalStats *s) { in Init()188 void Drain(SizeClassAllocator *allocator) { in Drain()197 typedef typename Allocator::SizeClassMapT SizeClassMap;204 static const bool kUseSeparateSizeClassForBatch =207 struct PerClass {214 PerClass per_class_[kNumClasses];215 AllocatorStats stats_;[all …]