Home
last modified time | relevance | path

Searched refs:initCache (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h145 initCache(); in initCacheMaybe()
149 NOINLINE void initCache() { in initCache() function
H A Dtsd.h35 Instance->initCache(&Cache); in alignas()
H A Dcombined.h236 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h52 void initCache(AllocatorCache *Cache) { in initCache() function
H A Dscudo_allocator.cpp694 getBackend().initCache(&Cache); in init()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache() function in MockAllocator