Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp32 alloc.InitCache(&cache); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp144 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
145 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h98 void InitCache(Cache *c) { in InitCache() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp150 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
151 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()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp688 a->InitCache(&cache); in TestCombinedAllocator()