Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
It takes an array of `int` and populate it with node-id that is allowed to allocate memory from. size_t os::numa_get_leaf_groups(int *ids, size_t size) However, a valid node-id is always non-negative, so `uint* ids` in the args is more suitable.
|