The LinuxPlatformMemoryInfoDriver class provides the memory info driver for Linux. More...
#include <linuxplatformdrivers.h>
Public Member Functions | |
Q_DISABLE_COPY (LinuxPlatformMemoryInfoDriver) | |
disable copy | |
void | factory (MemoryInfoFetcher::MemoryStat &memory_state) override |
Factory method to get memory stats. | |
The LinuxPlatformMemoryInfoDriver class provides the memory info driver for Linux.
|
overridevirtual |
Factory method to get memory stats.
memory_state | Reference to MemoryInfoFetcher::MemoryStat to store stats. |
Implements CCIMX_AbstractMemoryInfoDriver.