Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h52 void initCache(AllocatorCache *Cache) { in initCache() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h149 NOINLINE void initCache() { in initCache() function
H A Dcombined.h236 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() function
/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