Home
last modified time | relevance | path

Searched refs:tmpCacheSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp102 uint32_t tmpCacheSize = size * sizeof(CacheEntry); in Init() local
103 entryArr_ = static_cast<CacheEntry*>(UIMalloc(tmpCacheSize)); in Init()
109 if (memset_s(entryArr_, tmpCacheSize, 0, tmpCacheSize) != EOK) { in Init()