Lines Matching refs:AllocatorCache
323 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef
353 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
538 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
716 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef
751 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch()
894 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList()
1289 template <class PrimaryAllocator, class AllocatorCache,
1310 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment,
1358 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate()
1366 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate()
1426 void InitCache(AllocatorCache *cache) { in InitCache()
1430 void DestroyCache(AllocatorCache *cache) { in DestroyCache()
1434 void SwallowCache(AllocatorCache *cache) { in SwallowCache()