Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MemoryStatistics.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_MEMORYSTATISTICS_H
4#define IMT_BASE_OS_LINUX_MEMORYSTATISTICS_H
5
8#include <tuple>
9
10namespace imt {
11namespace base {
12namespace os {
13namespace linux {
14
18// AXIVION Next Construct AutosarC++19_03-A0.1.6: Library function may not be used by all applications.
19// AXIVION Next Construct AutosarC++19_03-M3.4.1: No definition in primary file to separate concerns.
20class MemoryStatistics final {
21public:
22
28
29private:
30
31 static uint64_t s_lastMemTotal;
32 static uint64_t s_lastMemAvailable;
33};
34
35} // namespace linux
36} // namespace os
37} // namespace base
38} // namespace imt
39
40#endif // IMT_BASE_OS_LINUX_MEMORYSTATISTICS_H
Provides functions to read out current memory usage information.
static RamUsageInfo getRamUsage()
Gets the current ram usage information.
Helper class to store RAM usage information.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int64 uint64_t
Definition stdint.h:65