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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c48 static int xmalloc_fail_after;
181 xmalloc_fail_after = -1;
198 xmalloc_fail_after = fail_after;
250 if (xmalloc_fail_after == 0)
252 xmalloc_fail_after = -2;
258 else if (xmalloc_fail_after == -2)
264 else if (xmalloc_fail_after > 0)
265 xmalloc_fail_after--;
282 if (xmalloc_fail_after == 0)
284 xmalloc_fail_after
47 static int xmalloc_fail_after; variable
[all...]

Completed in 111 milliseconds