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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp191 unsigned _total_slow_allocations; member in class:GlobalTLABStats
254 _total_slow_allocations += value;
H A DthreadLocalAllocBuffer.cpp396 _total_slow_allocations = 0;
413 _perf_slow_allocations ->set_value(_total_slow_allocations);
429 _total_slow_allocations, _max_slow_allocations,

Completed in 31 milliseconds