Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_config.h33 constexpr uint8_t CACHE_USER_MAX_COUNT = 16; variable
H A Dcache_manager.cpp92 if (configTableLen_ > CACHE_USER_MAX_COUNT) { in PrecheckStatus()