Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h62 InitCache(c); in Deallocate()
94 void InitCache(PerClass *c) { in InitCache() function
108 InitCache(c); in Refill()
181 InitCache(c); in Deallocate()
217 void InitCache(PerClass *c) { in InitCache() function
244 InitCache(c); in Refill()
H A Dsanitizer_allocator_combined.h161 void InitCache(AllocatorCache *cache) { in InitCache() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc127 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
128 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h90 void InitCache(Cache *c) { in InitCache() function