Home
last modified time | relevance | path

Searched refs:InitCache (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h55 InitCache(c); in Deallocate()
87 void InitCache(PerClass *c) { in InitCache() function
101 InitCache(c); in Refill()
180 InitCache(c); in Deallocate()
216 void InitCache(PerClass *c) { in InitCache() function
243 InitCache(c); in Refill()
H A Dsanitizer_allocator_combined.h155 void InitCache(AllocatorCache *cache) { in InitCache() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp164 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
165 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h91 void InitCache(Cache *c) { in InitCache() function
H A Dtsan_sync.cpp175 internal_allocator()->InitCache(&cache); in ResetClocks()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); } in AllocatorThreadStart()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp176 allocator.InitCache(GetAllocatorCache(this)); in Init()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart()