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

/freebsd-10.0-release/sys/vm/
H A Dredzone.c133 u_int ncorruptions; local
147 ncorruptions = 0;
150 ncorruptions++;
152 if (ncorruptions > 0) {
155 ncorruptions, ncorruptions == 1 ? "" : "s", naddr, nsize);
166 ncorruptions = 0;
169 ncorruptions++;
171 if (ncorruptions > 0) {
173 "after %p (%lu bytes allocated).\n", ncorruptions,
[all...]

Completed in 101 milliseconds