hotspot/src/share/vm/memory/binaryTreeDictionary.hpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 22884 5cadaf2c3f32
equal deleted inserted replaced
22550:820966182ab9 22551:9bf46d16dcc6
   320   // Accessors for statistics
   320   // Accessors for statistics
   321   void       set_tree_surplus(double splitSurplusPercent);
   321   void       set_tree_surplus(double splitSurplusPercent);
   322   void       set_tree_hints(void);
   322   void       set_tree_hints(void);
   323   // Reset statistics for all the lists in the tree.
   323   // Reset statistics for all the lists in the tree.
   324   void       clear_tree_census(void);
   324   void       clear_tree_census(void);
   325   // Print the statistcis for all the lists in the tree.  Also may
   325   // Print the statistics for all the lists in the tree.  Also may
   326   // print out summaries.
   326   // print out summaries.
   327   void       print_dict_census(void) const;
   327   void       print_dict_census(void) const;
   328   void       print_free_lists(outputStream* st) const;
   328   void       print_free_lists(outputStream* st) const;
   329 
   329 
   330   // For debugging.  Returns the sum of the _returned_bytes for
   330   // For debugging.  Returns the sum of the _returned_bytes for