mlockall
int mlockall(int);
struct mlockall_args mlockall;
mlockall(mlockflags); /* Is not critical if this fails */
if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1)
if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1) {