Searched refs:initCache (Results 1 – 4 of 4) sorted by relevance
31 initCache(); in init()149 NOINLINE void initCache() { in initCache() function
34 Instance->initCache(&Cache); in init()
266 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); }263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } initCache() function
41 void initCache(CacheT *Cache) { *Cache = {}; } in initCache() function in MockAllocator