Home
last modified time | relevance | path

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

/external/arm-neon-tests/
DLICENSE7 InitCache.s
DMakefile82 InitCache.o Init.o $(REFOBJS.rvct)
85 InitCache.o Init.o $(REFOBJS.rvct)
/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/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()