#include <MemoryInfo.hpp>
Public Attributes | |
int64_t | remaining |
int64_t | total |
int64_t | used |
MemoryInfo structure
Free, remaining and total memory stats
Definition at line 12 of file MemoryInfo.hpp.
int64_t dai::MemoryInfo::remaining |
Definition at line 13 of file MemoryInfo.hpp.
int64_t dai::MemoryInfo::total |
Definition at line 15 of file MemoryInfo.hpp.
int64_t dai::MemoryInfo::used |
Definition at line 14 of file MemoryInfo.hpp.