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.cc57 malloc_storage().CommitBack();
H A Dmsan_allocator.cc120 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
162 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
/external/compiler-rt/lib/asan/
H A Dasan_thread.h124 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
H A Dasan_thread.cc109 malloc_storage().CommitBack();
H A Dasan_allocator.cc366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
499 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();

Completed in 253 milliseconds