HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocatorCache (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan_allocator.cc 100 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
107 allocator.SwallowCache(GetAllocatorCache(this));
120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /external/compiler-rt/lib/asan/
asan_allocator.cc 197 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
500 AllocatorCache *ac = GetAllocatorCache(ms);
583 AllocatorCache *ac = GetAllocatorCache(ms);

Completed in 376 milliseconds