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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dstack.inline.hpp115 size_t Stack<E, F>::segment_bytes() const function in class:Stack
162 next = alloc(segment_bytes());
184 free(_cur_seg, segment_bytes());
196 const size_t bytes = segment_bytes();
237 const size_t zap_bytes = segment_bytes() - (zap_link_field ? 0 : sizeof(E*));

Completed in 33 milliseconds