Lines Matching refs:AllocatorCache
322 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef
345 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
517 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
694 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef
729 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
865 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
1260 template <class PrimaryAllocator, class AllocatorCache,
1281 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment,
1329 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
1337 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
1397 void InitCache(AllocatorCache *cache) { in InitCache()
1401 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
1405 void SwallowCache(AllocatorCache *cache) { in SwallowCache()