6 #ifndef OS_Linux_Memory_HPP
7 #define OS_Linux_Memory_HPP
stub implementation of Os::MemoryInterface
MemoryHandle * getHandle() override
returns the raw console handle
~LinuxMemory() override=default
destructor
LinuxMemory(const LinuxMemory &other)=delete
copy constructor
LinuxMemory()=default
constructor
MemoryInterface & operator=(const MemoryInterface &other) override=delete
default copy assignment
Status _getUsage(Os::Memory::Usage &memory_usage) override
get system memory usage
Memory variable handle parent.
interface for memory implementation
Status
Generic OK/ERROR status.
Generic used/total struct.