Searched defs:SizeClassAllocatorLocalCache (Results 1 – 1 of 1) sorted by relevance
20 template <class SizeClassAllocator> struct SizeClassAllocatorLocalCache { struct21 typedef typename SizeClassAllocator::SizeClassMap SizeClassMap;22 typedef typename SizeClassAllocator::CompactPtrT CompactPtrT;24 struct TransferBatch {62 struct BatchGroup {83 void init(GlobalStats *S, SizeClassAllocator *A) { in init()91 void destroy(GlobalStats *S) { in destroy()97 void *allocate(uptr ClassId) { in allocate()115 void deallocate(uptr ClassId, void *P) { in deallocate()131 bool isEmpty() const { in isEmpty()[all …]