Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dmemguard.c134 #define MG_GUARD_AROUND 0x001 macro
137 static int memguard_options = MG_GUARD_AROUND;
304 do_guard = (memguard_options & MG_GUARD_AROUND) != 0; in memguard_alloc()