Searched refs:HostRamVmm (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp930 void HostRamVmm::init(ULONG period, ULONG length)
940 int HostRamVmm::enable()
950 int HostRamVmm::disable()
960 void HostRamVmm::preCollect(CollectorHints& hints, uint64_t /* iTick */)
965 void HostRamVmm::collect()
H A DHostImpl.cpp3161 pm::BaseMetric *ramVmm = new pm::HostRamVmm(aCollector->getGuestManager(), this,
/vbox/src/VBox/Main/include/
H A DPerformance.h635 class HostRamVmm : public BaseMetric class in namespace:pm
638 HostRamVmm(CollectorGuestManager *gm, ComPtr<IUnknown> object, SubMetric *allocVMM, SubMetric *freeVMM, SubMetric *balloonVMM, SubMetric *sharedVMM) function in class:pm::HostRamVmm
642 ~HostRamVmm() { delete mAllocVMM; delete mFreeVMM; delete mBalloonVMM; delete mSharedVMM; };

Completed in 316 milliseconds