Searched refs:GetAllocatorCache (Results 1 – 8 of 8) sorted by relevance
53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()91 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment); in Allocate()121 allocator.Deallocate(GetAllocatorCache(), p); in Deallocate()132 allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); in Reallocate()141 *begin = (uptr)GetAllocatorCache(); in GetAllocatorCacheRange()
26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache() function
103 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()93 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()128 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
144 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function151 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()166 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()214 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
164 AllocatorCache *GetAllocatorCache(MemprofThreadLocalMallocStorage *ms) { in GetAllocatorCache() function556 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()650 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()695 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()
267 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function536 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()665 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()764 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()837 QuarantineCallback(GetAllocatorCache(ms), in Purge()