Files
universal-system-monitor/platform/linux/monitoring/memory.cpp

22 lines
196 B
C++

#include <memory.h>
Memory::Memory() {
}
void Memory::START_MEMORY_POLLING() {
}
void Memory::MEMORY_POLL() {
}
void Memory::END_MEMORY_POLLING(Memory* memory) {
}
Memory::~Memory() {
}