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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp139 void decrement_surplus() { _surplus--; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp207 void decrement_surplus() { function in class:VALUE_OBJ_CLASS_SPEC
209 _allocation_stats.decrement_surplus();

Completed in 31 milliseconds