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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.c46 static int xmalloc_fail_after;
179 xmalloc_fail_after = -1;
196 xmalloc_fail_after = fail_after;
248 if (xmalloc_fail_after == 0)
250 xmalloc_fail_after = -2;
256 else if (xmalloc_fail_after == -2)
262 else if (xmalloc_fail_after > 0)
263 xmalloc_fail_after--;
280 if (xmalloc_fail_after == 0)
282 xmalloc_fail_after
45 static int xmalloc_fail_after; variable
[all...]

Completed in 99 milliseconds