Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp180 uint32_t *bufferHead = reinterpret_cast<uint32_t *>(cacheUnitInfo_[user].cacheStartAddr); in IsCacheOverflow() local
181 uint32_t headMagicNumber = reinterpret_cast<uint32_t>(*(bufferHead)); in IsCacheOverflow()