OpenLexocad  27.1
Memory_Usage.h
Go to the documentation of this file.
1 class LX_BASE_EXPORT Memory_Usage
2 {
3 public:
4  static long long usageBytes();
5  static unsigned long usageMegaBytes();
6  static unsigned long systemMemoryMegaBytes();
7  static unsigned long availMemoryMegaBytes();
8 };