Searched refs:malloc_storage (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__msan::MsanThread
H A Dmsan_thread.cc56 malloc_storage().CommitBack();
H A Dmsan_allocator.cc90 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
137 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
/external/compiler-rt/lib/asan/
H A Dasan_thread.h106 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
H A Dasan_thread.cc100 malloc_storage().CommitBack();
H A Dasan_allocator2.cc324 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
455 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();

Completed in 219 milliseconds