Home
last modified time | relevance | path

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

/freebsd-13.1/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.h157 void InitCache(AllocatorCache *cache) { in InitCache() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp130 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
131 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h100 void InitCache(Cache *c) { in InitCache() function