HomeSort by: relevance | last modified time | path
    Searched refs:malloc_storage (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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 156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 131 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
asan_allocator.cc 452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
598 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
762 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
asan_thread.cc 104 malloc_storage().CommitBack();

Completed in 14 milliseconds