Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dmemguard.c136 #define MG_GUARD_AROUND 0x001 macro
139 static int memguard_options = MG_GUARD_AROUND;
306 do_guard = (memguard_options & MG_GUARD_AROUND) != 0; in memguard_alloc()