Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_config.h40 constexpr uint8_t CACHE_UNIT_MAX_KBS = 128; // max 128KB variable
41 constexpr uint32_t CACHE_UNIT_MAX_BYTES = CACHE_UNIT_MAX_KBS * 1024;
61 CacheUnit() : cacheUser_(USER_MAX_COUNT), minLength_(CACHE_UNIT_MAX_KBS) {} in CacheUnit()