Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_thread.cpp50 malloc_storage().Init(); in Init()
59 malloc_storage().CommitBack(); in Destroy()
HDmsan_thread.h45 MsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDmsan_allocator.cpp203 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
259 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_thread.h45 DFsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDdfsan_allocator.cpp110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate()
145 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate()
HDdfsan_thread.cpp57 malloc_storage().CommitBack(); in Destroy()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_thread.h89 MemprofThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDmemprof_thread.cpp99 malloc_storage().CommitBack(); in Destroy()
HDmemprof_allocator.cpp450 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
537 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Deallocate()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_thread.h142 AsanThreadLocalMallocStorage &malloc_storage() { return malloc_storage_; } in malloc_storage() function
HDasan_allocator.cpp581 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
691 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in QuarantineChunk()
878 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); in Purge()
HDasan_thread.cpp135 malloc_storage().CommitBack(); in Destroy()