OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_mem_total_szB
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/massif/
ms_print
353
my $
peak_mem_total_szB
= 0;
438
$
peak_mem_total_szB
= $mem_total_B
439
if $mem_total_B > $
peak_mem_total_szB
;
528
if (0 == $
peak_mem_total_szB
) { $
peak_mem_total_szB
= 1; }
530
my $K = $
peak_mem_total_szB
/ $graph_y;
599
my ($y_label, $y_unit) = B_max_label($
peak_mem_total_szB
);
ms_print.in
353
my $
peak_mem_total_szB
= 0;
438
$
peak_mem_total_szB
= $mem_total_B
439
if $mem_total_B > $
peak_mem_total_szB
;
528
if (0 == $
peak_mem_total_szB
) { $
peak_mem_total_szB
= 1; }
530
my $K = $
peak_mem_total_szB
/ $graph_y;
599
my ($y_label, $y_unit) = B_max_label($
peak_mem_total_szB
);
Completed in 128 milliseconds