MADV_WILLNEED
case MADV_WILLNEED:
if (behav == MADV_WILLNEED) {
if (advise == MADV_WILLNEED) {
rc = madvise(mem, 4096, MADV_WILLNEED);