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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp57 size_t _hint; // next larger size list with a positive surplus member in class:VALUE_OBJ_CLASS_SPEC
159 return _hint;
163 assert(v == 0 || _size < v, "Bad hint"); _hint = v;

Completed in 41 milliseconds