Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache() function in MockAllocator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h189 NOINLINE void initCache() { in initCache() function
H A Dcombined.h244 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() function