Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_local_cache.h54 InitCache(c); in Deallocate()
86 void InitCache(PerClass *c) { in InitCache() function
100 InitCache(c); in Refill()
173 InitCache(c); in Deallocate()
209 void InitCache(PerClass *c) { in InitCache() function
236 InitCache(c); in Refill()
Dsanitizer_allocator_combined.h157 void InitCache(AllocatorCache *cache) { in InitCache() function
/external/arm-neon-tests/
DLICENSE7 InitCache.s
DMakefile82 InitCache.o Init.o $(REFOBJS.rvct)
85 InitCache.o Init.o $(REFOBJS.rvct)
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cpp31 alloc.InitCache(&cache); in TEST()
/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.cc122 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
123 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
Dtsan_dense_alloc.h89 void InitCache(Cache *c) { in InitCache() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h89 void InitCache(Cache *c) { in InitCache() function
Dtsan_mman.cpp133 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
134 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp201 getAllocator().InitCache(&Cache); in initThread()
312 BackendAllocator.InitCache(&FallbackAllocatorCache); in init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h963 InitCache(); in Deallocate()
991 void InitCache() { in InitCache() function
1001 InitCache(); in Refill()
1013 InitCache(); in Drain()
1426 void InitCache(AllocatorCache *cache) { in InitCache() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc431 a->InitCache(&cache); in TestCombinedAllocator()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp635 a->InitCache(&cache); in TestCombinedAllocator()