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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__dfsan::DFsanThread
H A Ddfsan_thread.cpp57 malloc_storage().CommitBack();
H A Ddfsan_allocator.cpp107 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
142 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__msan::MsanThread
H A Dmsan_thread.cpp50 malloc_storage().Init();
59 malloc_storage().CommitBack();
H A Dmsan_allocator.cpp203 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
259 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h89 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__memprof::MemprofThread
H A Dmemprof_thread.cpp99 malloc_storage().CommitBack();
H A Dmemprof_allocator.cpp384 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
475 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h142 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } function in class:__asan::AsanThread
H A Dasan_allocator.cpp581 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
691 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
870 AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
H A Dasan_thread.cpp130 malloc_storage().CommitBack();

Completed in 115 milliseconds