Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp102 size_t lowestRequiredKBs = 0; in PrecheckStatus() local
105 lowestRequiredKBs = lowestRequiredKBs + configTable_[index].minLength_; in PrecheckStatus()
108 if (lowestRequiredKBs > CACHE_REQUIREMENT_MAX_KBS) { in PrecheckStatus()
115 size_t totalRequiredBytes = lowestRequiredKBs * bytesOneKB; in PrecheckStatus()