Home
last modified time | relevance | path

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

/external/libxml2/
DtestOOMlib.c204 run_failing_each_malloc (int n_mallocs, in run_failing_each_malloc() argument
208 n_mallocs += 10; /* fudge factor to ensure reallocs etc. are covered */ in run_failing_each_malloc()
210 while (n_mallocs >= 0) in run_failing_each_malloc()
212 set_fail_alloc_counter (n_mallocs); in run_failing_each_malloc()
217 n_mallocs -= 1; in run_failing_each_malloc()