MCL_FUTURE
if (flags & MCL_FUTURE)
(flags & ~(MCL_CURRENT|MCL_FUTURE)) != 0)
(void)mlockall(MCL_CURRENT | MCL_FUTURE);