OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_total_B
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/massif/
ms_print
193
my ($is_top_node, $this_prefix, $child_midfix, $arrow, $
mem_total_B
) = @_;
200
my $perc = safe_div_0(100 * $bytes, $
mem_total_B
);
202
my $is_significant = is_significant_XPt($is_top_node, $bytes, $
mem_total_B
);
224
$
mem_total_B
);
233
$perc = safe_div_0(100 * $total_insig_children_szB, $
mem_total_B
);
420
my $
mem_total_B
= $mem_heap_B + $mem_heap_extra_B + $mem_stacks_B;
427
, commify($
mem_total_B
)
436
push(@mem_total_Bs, $
mem_total_B
);
438
$peak_mem_total_szB = $
mem_total_B
439
if $
mem_total_B
> $peak_mem_total_szB
[
all
...]
ms_print.in
193
my ($is_top_node, $this_prefix, $child_midfix, $arrow, $
mem_total_B
) = @_;
200
my $perc = safe_div_0(100 * $bytes, $
mem_total_B
);
202
my $is_significant = is_significant_XPt($is_top_node, $bytes, $
mem_total_B
);
224
$
mem_total_B
);
233
$perc = safe_div_0(100 * $total_insig_children_szB, $
mem_total_B
);
420
my $
mem_total_B
= $mem_heap_B + $mem_heap_extra_B + $mem_stacks_B;
427
, commify($
mem_total_B
)
436
push(@mem_total_Bs, $
mem_total_B
);
438
$peak_mem_total_szB = $
mem_total_B
439
if $
mem_total_B
> $peak_mem_total_szB
[
all
...]
Completed in 657 milliseconds