OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approx_mallocs
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
testOOMlib.c
243
int
approx_mallocs
;
local
252
approx_mallocs
= _TEST_INT_MAX - get_fail_alloc_counter ();
255
if (!run_failing_each_malloc (
approx_mallocs
, func, data))
259
if (!run_failing_each_malloc (
approx_mallocs
, func, data))
263
if (!run_failing_each_malloc (
approx_mallocs
, func, data))
/external/dbus/dbus/
dbus-internals.c
1025
int
approx_mallocs
;
local
1039
approx_mallocs
= _DBUS_INT_MAX - _dbus_get_fail_alloc_counter ();
1042
description,
approx_mallocs
);
1064
if (!run_failing_each_malloc (
approx_mallocs
, description, func, data))
Completed in 348 milliseconds