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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp55 unsigned _slow_allocations; member in class:ThreadLocalAllocBuffer
96 int slow_allocations() const { return _slow_allocations; }
170 static ByteSize slow_allocations_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _slow_allocations ); }

Completed in 67 milliseconds