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