3#ifndef IMT_BASE_OS_LINUX_RAMUSAGEINFO_H
4#define IMT_BASE_OS_LINUX_RAMUSAGEINFO_H
Helper class to store RAM usage information.
uint64_t getFreeRamBytes() const noexcept
Gets the free amount of RAM memory.
uint64_t getTotalRamBytes() const noexcept
Gets the total amount of RAM memory.
RamUsageInfo(uint64_t totalRamBytes, uint64_t freeRamBytes, uint64_t usedRamBytes) noexcept
Constructor.
uint64_t getUsedRamBytes() const noexcept
Gets the used amount of RAM memory.
RamUsageInfo()
Constructor.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int64 uint64_t