Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h31 initCache(); in init()
149 NOINLINE void initCache() { in initCache() function
H A Dtsd.h34 Instance->initCache(&Cache); in init()
H A Dcombined.h266 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); }
263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } initCache() function
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp41 void initCache(CacheT *Cache) { *Cache = {}; } in initCache() function in MockAllocator