Searched defs:_total_free_blocks (Results 1 - 1 of 1) 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; }

Completed in 74 milliseconds