Searched refs:GetAllocatorCache (Results 1 – 8 of 8) sorted by relevance
53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()96 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment); in Allocate()124 allocator.Deallocate(GetAllocatorCache(), p); in Deallocate()135 allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); in Reallocate()144 *begin = (uptr)GetAllocatorCache(); in GetAllocatorCacheRange()
26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache() function
99 Allocator::AllocatorCache *GetAllocatorCache();
94 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } in GetAllocatorCache() function
70 AllocatorCache *GetAllocatorCache(DFsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function77 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()99 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()134 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
144 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function151 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()171 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()222 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
204 AllocatorCache *GetAllocatorCache(MemprofThreadLocalMallocStorage *ms) { in GetAllocatorCache() function382 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()474 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()519 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()
265 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function525 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()653 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()752 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()825 QuarantineCallback(GetAllocatorCache(ms), in Purge()