Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc69 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
76 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
90 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
137 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc55 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
324 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
456 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()
583 AllocatorCache *ac = GetAllocatorCache(this); in CommitBack()
585 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()