Home
last modified time | relevance | path

Searched refs:memguard_options (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dmemguard.c137 static int memguard_options = MG_GUARD_AROUND; variable
139 &memguard_options, 0,
304 do_guard = (memguard_options & MG_GUARD_AROUND) != 0; in memguard_alloc()
445 if ((memguard_options & MG_GUARD_ALLLARGE) != 0 && size >= PAGE_SIZE) in memguard_cmp()
491 if ((memguard_options & MG_GUARD_NOFREE) == 0 && in memguard_cmp_zone()