< prev index next >

src/hotspot/share/memory/metaspace/blockFreelist.hpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8176808-split-metaspace-cpp-2

*** 31,41 **** #include "memory/metaspace/smallBlocks.hpp" #include "memory/metaspace/metablock.hpp" #include "utilities/globalDefinitions.hpp" namespace metaspace { - namespace internals { typedef BinaryTreeDictionary<Metablock, FreeList<Metablock> > BlockTreeDictionary; // Used to manage the free list of Metablocks (a block corresponds // to the allocation of a quantum of metadata). --- 31,40 ----
*** 87,94 **** static size_t min_dictionary_size() { return TreeChunk<Metablock, FreeList<Metablock> >::min_size(); } void print_on(outputStream* st) const; }; } // namespace metaspace - } // namespace internals #endif /* SHARE_MEMORY_METASPACE_BLOCKFREELIST_HPP_ */ --- 86,93 ---- static size_t min_dictionary_size() { return TreeChunk<Metablock, FreeList<Metablock> >::min_size(); } void print_on(outputStream* st) const; }; } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_BLOCKFREELIST_HPP_ */ +
< prev index next >