Searched refs:GetAllocatorCache (Results 1 – 6 of 6) sorted by relevance
47 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()85 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment); in Allocate()115 allocator.Deallocate(GetAllocatorCache(), p); in Deallocate()122 allocator.Deallocate(GetAllocatorCache(), p); in Reallocate()125 p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); in Reallocate()131 *begin = (uptr)GetAllocatorCache(); in GetAllocatorCacheRange()
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache() function
95 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } in GetAllocatorCache() function
117 AllocatorCache *GetAllocatorCache();
134 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function141 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
209 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()599 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()698 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()764 QuarantineCallback(GetAllocatorCache(ms), in Purge()