The CCIMX_AbstractMemoryInfoDriver class Abstract base class for platform-specific memory information drivers. Provides interface to fetch memory statistics. More...
#include <MemoryInfoFetcher.h>
Public Member Functions | |
virtual void | factory (MemoryInfoFetcher::MemoryStat &stat)=0 |
factory Populate the MemoryStat structure with current memory info. | |
The CCIMX_AbstractMemoryInfoDriver class Abstract base class for platform-specific memory information drivers. Provides interface to fetch memory statistics.
|
pure virtual |
factory Populate the MemoryStat structure with current memory info.
stat | Reference to MemoryStat structure to fill. |
Implemented in LinuxPlatformMemoryInfoDriver, and Win32PlatformMemoryInfoDriver.