Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:AllocatorCache

306   typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
329 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
502 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
591 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
625 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
766 void PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
1091 // PrimaryAllocator is used via a local AllocatorCache.
1093 template <class PrimaryAllocator, class AllocatorCache,
1103 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment,
1124 void Deallocate(AllocatorCache *cache, void *p) {
1132 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size,
1184 void InitCache(AllocatorCache *cache) {
1188 void DestroyCache(AllocatorCache *cache) {
1192 void SwallowCache(AllocatorCache *cache) {