OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_top_node
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/massif/
ms_print
172
my ($
is_top_node
, $xpt_szB, $total_szB) = @_;
176
return $
is_top_node
|| 0 == $threshold ||
193
my ($
is_top_node
, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_;
202
my $is_significant = is_significant_XPt($
is_top_node
, $bytes, $mem_total_B);
ms_print.in
172
my ($
is_top_node
, $xpt_szB, $total_szB) = @_;
176
return $
is_top_node
|| 0 == $threshold ||
193
my ($
is_top_node
, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_;
202
my $is_significant = is_significant_XPt($
is_top_node
, $bytes, $mem_total_B);
Completed in 41 milliseconds