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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp58 ssize_t _bfr_surp; // surplus at start of current sweep
136 ssize_t surplus() const { return _surplus; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp57 size_t _hint; // next larger size list with a positive surplus
196 ssize_t surplus() const { function in class:VALUE_OBJ_CLASS_SPEC
197 return _allocation_stats.surplus();

Completed in 38 milliseconds