Searched refs:approx_mallocs (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | testOOMlib.c | 243 int approx_mallocs; in test_oom_handling() local 252 approx_mallocs = _TEST_INT_MAX - get_fail_alloc_counter (); in test_oom_handling() 255 if (!run_failing_each_malloc (approx_mallocs, func, data)) in test_oom_handling() 259 if (!run_failing_each_malloc (approx_mallocs, func, data)) in test_oom_handling() 263 if (!run_failing_each_malloc (approx_mallocs, func, data)) in test_oom_handling()
|
/external/dbus/dbus/ |
D | dbus-internals.c | 1025 int approx_mallocs; in _dbus_test_oom_handling() local 1039 approx_mallocs = _DBUS_INT_MAX - _dbus_get_fail_alloc_counter (); in _dbus_test_oom_handling() 1042 description, approx_mallocs); in _dbus_test_oom_handling() 1064 if (!run_failing_each_malloc (approx_mallocs, description, func, data)) in _dbus_test_oom_handling()
|