previous: >>108828752
#define __NR_mbind 237
#define __NR_set_mempolicy 238
#define __NR_get_mempolicy 239
https://man7.org/linux/man-pages/man2/mbind.2.html
https://man7.org/linux/man-pages/man2/set_mempolicy.2.html
https://man7.org/linux/man-pages/man2/get_mempolicy.2.html
tl;dr:
numa memory policies
i don't really know much about numa
https://man7.org/linux/man-pages/man7/numa.7.html
it's not something i've ever had occasion to use. it seems sort of horrendously complicated? and more than a little bizarre. i mean, go read through these manpages...
probably not something i will ever bother to learn about or understand, since it seems like it might require specialized hardware to be worth a damn?
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/