Home
last modified time | relevance | path

Searched refs:malloc_storage (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp45 malloc_storage().Init(); in Init()
54 malloc_storage().CommitBack(); in Destroy()
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmsan_allocator.cpp204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
258 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp53 malloc_storage().Init(); in Init()
62 malloc_storage().CommitBack(); in Destroy()
H A Dnsan_thread.h38 NsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dnsan_allocator.cpp113 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in NsanAllocate()
146 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in NsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Ddfsan_allocator.cpp113 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()
148 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
H A Ddfsan_thread.cpp52 malloc_storage().CommitBack(); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h83 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmemprof_thread.cpp96 malloc_storage().CommitBack(); in Destroy()
H A Dmemprof_allocator.cpp450 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
537 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h137 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dasan_allocator.cpp587 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
697 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()
885 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
H A Dasan_thread.cpp133 malloc_storage().CommitBack(); in Destroy()