Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp115 size_t totalRequiredBytes = lowestRequiredKBs * bytesOneKB; in PrecheckStatus() local
117 totalRequiredBytes += (configTableLen_ * MAGIC_NUMBER_TOTAL_LENGTH_FOR_EACH); in PrecheckStatus()
118 if (totalRequiredBytes > totalBytes) { in PrecheckStatus()