Searched defs:_link (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp66 FreeBlock* _link; member in class:FreeBlock
70 void initialize(size_t length) { HeapBlock::initialize(length); _link= NULL; }
76 FreeBlock* link() const { return _link; }
77 void set_link(FreeBlock* link) { _link = link; }

Completed in 468 milliseconds