Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp50 wholeCacheMemInfo_.cacheStartAddr = 0; in ResetDistributedInfo()
51 wholeCacheMemInfo_.cacheLength = 0; in ResetDistributedInfo()
81 wholeCacheMemInfo_.cacheStartAddr = startAddr; in SetupCacheMemInfo()
82 wholeCacheMemInfo_.cacheLength = length; in SetupCacheMemInfo()
H A Dcache_manager.h85 CacheMemInfo wholeCacheMemInfo_; variable