Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::HardwareTopology::MemoryInfo Struct Reference

Represents memory information for a NUMA domain. More...

#include <hardware_topology.h>

Public Attributes

size_t bytes
 Size of memory in bytes.
 
int domain
 NUMA domain associated with the memory.
 

Detailed Description

Represents memory information for a NUMA domain.

Member Data Documentation

◆ bytes

size_t Realm::HardwareTopology::MemoryInfo::bytes

Size of memory in bytes.

◆ domain

int Realm::HardwareTopology::MemoryInfo::domain

NUMA domain associated with the memory.


The documentation for this struct was generated from the following file: