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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp138 void increment_surplus() { _surplus++; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp203 void increment_surplus() { function in class:VALUE_OBJ_CLASS_SPEC
205 _allocation_stats.increment_surplus();

Completed in 49 milliseconds