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 56 malloc_storage().CommitBack();
msan_allocator.cc 90 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
137 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /external/compiler-rt/lib/asan/
asan_thread.h 106 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
asan_thread.cc 100 malloc_storage().CommitBack();
asan_allocator2.cc 324 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
455 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();

Completed in 617 milliseconds