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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp137 void set_surplus(ssize_t v) { _surplus = v; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp199 void set_surplus(ssize_t v) { function in class:VALUE_OBJ_CLASS_SPEC
201 _allocation_stats.set_surplus(v);

Completed in 29 milliseconds