Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/tests/unit/
HDtsan_dense_alloc_test.cc32 alloc.InitCache(&cache); in TEST()
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cc69 allocator()->InitCache(&thr->alloc_cache); in AllocatorThreadStart()
70 internal_allocator()->InitCache(&thr->internal_alloc_cache); in AllocatorThreadStart()
HDtsan_dense_alloc.h89 void InitCache(Cache *c) { in InitCache() function
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h934 InitCache(); in Deallocate()
962 void InitCache() { in InitCache() function
972 InitCache(); in Refill()
984 InitCache(); in Drain()
1397 void InitCache(AllocatorCache *cache) { in InitCache() function
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_allocator_test.cc421 a->InitCache(&cache); in TestCombinedAllocator()