Searched refs:initCache (Results 1 – 4 of 4) sorted by relevance
35 Instance->initCache(&Cache); in init()
185 initCache(); in initCacheMaybe()189 NOINLINE void initCache() { in initCache() function
244 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() function
40 void initCache(CacheT *Cache) { *Cache = {}; } in initCache() function in MockAllocator