Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h52 void initCache(AllocatorCache *Cache) { in initCache() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h149 NOINLINE void initCache() { in initCache() function
H A Dcombined.h226 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() function