Home
last modified time | relevance | path

Searched refs:GetAllocatorCache (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc100 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
107 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc197 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
500 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()
583 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()