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

  /external/compiler-rt/lib/msan/
msan_thread.h 45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__msan::MsanThread
msan_thread.cc 57 malloc_storage().CommitBack();
msan_allocator.cc 120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /external/compiler-rt/lib/asan/
asan_thread.h 124 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
asan_thread.cc 109 malloc_storage().CommitBack();
asan_allocator.cc 366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
499 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();

Completed in 205 milliseconds