Lines Matching refs:AllocatorStats
209 class AllocatorStats {
236 AllocatorStats *next_;
237 AllocatorStats *prev_;
242 class AllocatorGlobalStats : public AllocatorStats {
253 void Register(AllocatorStats *s) { in Register()
261 void Unregister(AllocatorStats *s) { in Unregister()
272 const AllocatorStats *stats = this; in Get()
353 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
364 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch()
538 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
751 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
764 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch()
878 uptr AllocateRegion(AllocatorStats *stat, uptr class_id) { in AllocateRegion()
894 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
989 AllocatorStats stats_;
1048 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { in Allocate()
1101 void Deallocate(AllocatorStats *stat, void *p) { in Deallocate()