Home
last modified time | relevance | path

Searched defs:initCache (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h149 NOINLINE void initCache() { in initCache() function
H A Dcombined.h263 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