Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dredzone.c134 u_int ncorruptions; in redzone_check() local
148 ncorruptions = 0; in redzone_check()
151 ncorruptions++; in redzone_check()
153 if (ncorruptions > 0) { in redzone_check()
156 ncorruptions, ncorruptions == 1 ? "" : "s", naddr, nsize); in redzone_check()
167 ncorruptions = 0; in redzone_check()
170 ncorruptions++; in redzone_check()
172 if (ncorruptions > 0) { in redzone_check()
174 "after %p (%lu bytes allocated).\n", ncorruptions, in redzone_check()
175 ncorruptions == 1 ? "" : "s", naddr + nsize, nsize); in redzone_check()