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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp194 TreeChunk<Chunk>* get_chunk_from_tree(size_t size, enum FreeBlockDictionary<Chunk>::Dither dither, bool splay);
255 Chunk* res = get_chunk_from_tree(size, dither, splay());
H A DbinaryTreeDictionary.cpp377 BinaryTreeDictionary<Chunk>::get_chunk_from_tree(size_t size, enum FreeBlockDictionary<Chunk>::Dither dither, bool splay) function in class:BinaryTreeDictionary

Completed in 33 milliseconds