Itoyori  v0.0.1
ityr::common::numa Namespace Reference

Classes

class  node_bitmask
 

Typedefs

using node_t = int
 

Functions

bool enabled ()
 
node_t get_current_node ()
 
void bind_to (void *, std::size_t, node_t)
 
void interleave (void *, std::size_t, const node_bitmask &)
 

Typedef Documentation

◆ node_t

using ityr::common::numa::node_t = typedef int

Function Documentation

◆ bind_to()

void ityr::common::numa::bind_to ( void *  ,
std::size_t  ,
node_t   
)
inline

◆ enabled()

bool ityr::common::numa::enabled ( )
inline

◆ get_current_node()

node_t ityr::common::numa::get_current_node ( )
inline

◆ interleave()

void ityr::common::numa::interleave ( void *  ,
std::size_t  ,
const node_bitmask  
)
inline