Searched refs:memguard_frequency (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dmemguard.c148 static u_int memguard_frequency; variable
151 &memguard_frequency, 0, "Times in 100000 that MemGuard will randomly run");
462 if (memguard_frequency > 0 &&
463 (random() % 100000) < memguard_frequency) {

Completed in 164 milliseconds