Searched defs:total_free_blocks_in_tree (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp815 size_t BinaryTreeDictionary<Chunk>::total_free_blocks_in_tree(TreeList<Chunk>* tl) const { function in class:BinaryTreeDictionary
819 total_free_blocks_in_tree(tl->left()) +
820 total_free_blocks_in_tree(tl->right());
825 assert(total_free_blocks_in_tree(root()) == total_free_blocks(),

Completed in 34 milliseconds