Lines Matching refs:AllocatorCache
309 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
332 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
504 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
619 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
654 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
790 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
1158 // PrimaryAllocator is used via a local AllocatorCache.
1160 template <class PrimaryAllocator, class AllocatorCache,
1170 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment,
1191 void Deallocate(AllocatorCache *cache, void *p) {
1199 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size,
1259 void InitCache(AllocatorCache *cache) {
1263 void DestroyCache(AllocatorCache *cache) {
1267 void SwallowCache(AllocatorCache *cache) {