Searched refs:remove_chunk (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp54 virtual void remove_chunk(Chunk* fc) = 0;
H A DbinaryTreeDictionary.hpp266 void remove_chunk(Chunk* chunk) { function in class:BinaryTreeDictionary
H A DfreeList.hpp302 void remove_chunk(Chunk* fc);
H A DfreeList.cpp141 void FreeList<Chunk>::remove_chunk(Chunk*fc) { function in class:FreeList
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp1842 _dictionary->remove_chunk(fc);
1857 _indexedFreeList[size].remove_chunk(fc);
1903 fl->remove_chunk(curr);

Completed in 32 milliseconds