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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp190 size_t _max_fast_refill_waste; member in class:GlobalTLABStats
247 _max_fast_refill_waste = MAX2(_max_fast_refill_waste, value);
H A DthreadLocalAllocBuffer.cpp395 _max_fast_refill_waste = 0;
412 _perf_max_fast_refill_waste->set_value(_max_fast_refill_waste);
436 _max_fast_refill_waste * HeapWordSize);

Completed in 23 milliseconds