Searched refs:max_chunk_size (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp58 virtual size_t max_chunk_size() const = 0;
H A DbinaryTreeDictionary.hpp272 size_t max_chunk_size() const;
H A DbinaryTreeDictionary.cpp772 size_t BinaryTreeDictionary<Chunk>::max_chunk_size() const { function in class:BinaryTreeDictionary
1180 gclog_or_tty->print("Max Chunk Size: %d\n", max_chunk_size());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp408 size_t res = _dictionary->max_chunk_size();

Completed in 34 milliseconds