Call the root 'malloc' rather than '.root' since there's no leak root detection going on here.

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-16 09:00:26 +00:00
Родитель c002d26214
Коммит a00d28a56f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -173,7 +173,7 @@ sub print_calltree() {
}
}
print_node_indent(".root", $calltree, 0);
print_node_indent("malloc", $calltree, 0);
}
add_file($ARGV[0], -1);