Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-2.c220 InitCache (int sessionId) in InitCache() function
228 InitCache (5); in main()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp32 alloc.InitCache(&cache); in TEST()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp688 a->InitCache(&cache); in TestCombinedAllocator()