Searched refs:_total_free_blocks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp168 size_t _total_free_blocks; member in class:BinaryTreeDictionary
178 size_t total_free_blocks() const { return _total_free_blocks; }
179 void set_total_free_blocks(size_t v) { _total_free_blocks = v; }
H A DbinaryTreeDictionary.cpp317 _total_size(0), _total_free_blocks(0), _root(0) {}
826 "_total_free_blocks inconsistency");

Completed in 33 milliseconds