Searched refs:get_chunk (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp55 virtual Chunk* get_chunk(size_t size, Dither dither = atLeast) = 0;
H A DbinaryTreeDictionary.hpp253 Chunk* get_chunk(size_t size, enum FreeBlockDictionary<Chunk>::Dither dither) { function in class:BinaryTreeDictionary
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp125 FreeChunk* fc = _dictionary->get_chunk(mr.word_size());
1354 ret = dictionary()->get_chunk(currSize);
1669 FreeChunk* fc = _dictionary->get_chunk(size);
1686 FreeChunk* fc = _dictionary->get_chunk(size);
1695 assert(fc->size() > size, "get_chunk() guarantee");
1699 fc = _dictionary->get_chunk(size + MinChunkSize);
2851 fc = dictionary()->get_chunk(MAX2(n * word_sz,

Completed in 50 milliseconds