Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.h30 struct CacheMemInfo { struct
85 CacheMemInfo wholeCacheMemInfo_;
86 CacheMemInfo cacheUnitInfo_[USER_MAX_COUNT]; // count in bytes
H A Dcache_manager.cpp52 auto ret = memset_s(cacheUnitInfo_, sizeof(CacheMemInfo) * USER_MAX_COUNT, in ResetDistributedInfo()
53 0, sizeof(CacheMemInfo) * USER_MAX_COUNT); in ResetDistributedInfo()