OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_mallocs
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
testOOMlib.c
204
run_failing_each_malloc (int
n_mallocs
,
208
n_mallocs
+= 10; /* fudge factor to ensure reallocs etc. are covered */
210
while (
n_mallocs
>= 0)
212
set_fail_alloc_counter (
n_mallocs
);
217
n_mallocs
-= 1;
/external/dbus/dbus/
dbus-internals.c
981
run_failing_each_malloc (int
n_mallocs
,
986
n_mallocs
+= 10; /* fudge factor to ensure reallocs etc. are covered */
988
while (
n_mallocs
>= 0)
990
_dbus_set_fail_alloc_counter (
n_mallocs
);
993
description,
n_mallocs
,
999
n_mallocs
-= 1;
/external/valgrind/memcheck/
mc_leakcheck.c
339
UInt
n_mallocs
, n_chunks, m, s;
local
345
mallocs = (MC_Chunk**) VG_(HT_to_array)( MC_(malloc_list), &
n_mallocs
);
346
if (
n_mallocs
== 0) {
351
VG_(ssort)(mallocs,
n_mallocs
, sizeof(VgHashNode*), compare_MC_Chunks);
356
n_mallocs
, sizeof(Bool) );
357
n_chunks =
n_mallocs
;
371
m = find_chunk_for(mc->data, mallocs,
n_mallocs
);
380
m = find_chunk_for(mc->data + (mc->szB - 1), mallocs,
n_mallocs
);
405
for (m = 0; m <
n_mallocs
; ++m) {
[
all
...]
Completed in 4171 milliseconds