Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cc32 alloc.InitCache(&cache); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc71 allocator()->InitCache(&thr->alloc_cache); in AllocatorThreadStart()
72 internal_allocator()->InitCache(&thr->internal_alloc_cache); in AllocatorThreadStart()
Dtsan_dense_alloc.h89 void InitCache(Cache *c) { in InitCache() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h939 InitCache(); in Deallocate()
967 void InitCache() { in InitCache() function
977 InitCache(); in Refill()
989 InitCache(); in Drain()
1402 void InitCache(AllocatorCache *cache) { in InitCache() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc423 a->InitCache(&cache); in TestCombinedAllocator()