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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp295 Chunk* get_chunk_at_head();
H A DfreeList.cpp86 Chunk* FreeList<Chunk>::get_chunk_at_head() { function in class:FreeList
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp1566 res = _indexedFreeList[size].get_chunk_at_head();
1600 newFc = _indexedFreeList[replenish_size].get_chunk_at_head();
2646 res = fl->get_chunk_at_head();
2802 while ((fc = fl_for_cur_sz.get_chunk_at_head()) != NULL) {

Completed in 71 milliseconds