Searched refs:tmpCacheSize (Results 1 – 1 of 1) sorted by relevance
102 uint32_t tmpCacheSize = size * sizeof(CacheEntry); in Init() local103 entryArr_ = static_cast<CacheEntry*>(UIMalloc(tmpCacheSize)); in Init()109 if (memset_s(entryArr_, tmpCacheSize, 0, tmpCacheSize) != EOK) { in Init()