PG_NOFREE
flags |= PG_NOFREE;
((req & VM_ALLOC_NOFREE) != 0 ? PG_NOFREE : 0);
if (__predict_false((m->flags & PG_NOFREE) != 0)) {