Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp32 swapInCount_(0), in SwapInfo()
43 swapInCount_(swapInCount), in SwapInfo()
53 + " swapInCount:" + std::to_string(swapInCount_) in ToString()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dmemcg.h27 unsigned int swapInCount_; variable