HomeSort by relevance Sort by last modified time
    Searched refs:fail_alloc_counter (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
testOOMlib.c 31 static int fail_alloc_counter = _TEST_INT_MAX; variable
48 fail_alloc_counter = until_next_fail;
60 return fail_alloc_counter;
90 if (fail_alloc_counter <= 0)
95 fail_alloc_counter = _TEST_INT_MAX;
104 fail_alloc_counter -= 1;
  /external/dbus/dbus/
dbus-memory.c 103 static int fail_alloc_counter = _DBUS_INT_MAX; variable
135 fail_alloc_counter = fail_nth;
197 fail_alloc_counter = until_next_fail;
200 _dbus_verbose ("Set fail alloc counter = %d\n", fail_alloc_counter);
215 return fail_alloc_counter;
268 if (fail_alloc_counter <= 0)
279 fail_alloc_counter = fail_nth;
281 fail_alloc_counter = _DBUS_INT_MAX;
285 _dbus_verbose ("reset fail alloc counter to %d\n", fail_alloc_counter);
292 fail_alloc_counter -= 1
    [all...]

Completed in 648 milliseconds