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