Searched refs:_total_gc_waste (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp390 _total_gc_waste = 0;
407 _perf_gc_waste ->set_value(_total_gc_waste);
419 size_t waste = _total_gc_waste + _total_slow_refill_waste + _total_fast_refill_waste;
431 _total_gc_waste * HeapWordSize,
H A DthreadLocalAllocBuffer.hpp185 size_t _total_gc_waste; member in class:GlobalTLABStats
242 _total_gc_waste += value;

Completed in 32 milliseconds