Data Structures

struct MemInfo

struct MemInfo {
  uint32_t mem_total = 0;
  uint32_t mem_used = 0;
  uint32_t mem_avail = 0;
};
struct MemInfo

Structure that holds DDR memory information of a Houmo device.

Public Members

uint32_t mem_avail = 0

DDR memory available for the Houmo logical device in MB.

uint32_t mem_total = 0

Total DDR memory of the Houmo logical device in MB.

uint32_t mem_used = 0

DDR memory consumed by the Houmo logical device in MB.