Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp50 malloc_storage().Init(); in Init()
59 malloc_storage().CommitBack(); in Destroy()
H A Dmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmsan_allocator.cpp203 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
259 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/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.cpp107 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()
142 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
H A Ddfsan_thread.cpp57 malloc_storage().CommitBack(); in Destroy()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h89 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dmemprof_thread.cpp99 malloc_storage().CommitBack(); in Destroy()
H A Dmemprof_allocator.cpp384 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
475 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h142 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
H A Dasan_allocator.cpp581 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
691 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()
870 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
H A Dasan_thread.cpp130 malloc_storage().CommitBack(); in Destroy()