Searched refs:numa_node_size (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dnuma.h224 size_t numa_node_size(nodeid_t node, uintptr_t *freep);
227 #define numa_node_size64(_node, _freep) numa_node_size(_node, _freep)
/barrelfish-2018-10-04/lib/numa/
H A Dnuma.c285 size_t numa_node_size(nodeid_t node, uintptr_t *freep) function
H A Dalloc.c497 uint64_t node_limit = node_base + numa_node_size(node, NULL);

Completed in 92 milliseconds