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 69 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
76 allocator.SwallowCache(GetAllocatorCache(this));
90 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
137 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 55 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
324 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
456 AllocatorCache *ac = GetAllocatorCache(ms);
583 AllocatorCache *ac = GetAllocatorCache(this);
585 allocator.SwallowCache(GetAllocatorCache(this));

Completed in 111 milliseconds