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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp141 ssize_t bfr_surp() const { return _bfr_surp; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp212 ssize_t bfr_surp() const { function in class:VALUE_OBJ_CLASS_SPEC
213 return _allocation_stats.bfr_surp();

Completed in 40 milliseconds