Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_config.h59 uint8_t minLength_; member
61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit()
62 CacheUnit(CacheUser user, uint8_t length) : cacheUser_(user), minLength_(length) {} in CacheUnit()
H A Dcache_manager.cpp105 lowestRequiredKBs = lowestRequiredKBs + configTable_[index].minLength_; in PrecheckStatus()
137 …size_t requestBytes = (configTable_[index].minLength_ * bytesOneKB) + MAGIC_NUMBER_TOTAL_LENGTH_FO… in DistributeCacheRange()