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