src/share/vm/memory/defNewGeneration.hpp

changeset 6376
cfd4aac53239
parent 5369
71180a6e5080
child 6876
710a3c8b516e
child 9858
b985cbb00e68
     1.1 --- a/src/share/vm/memory/defNewGeneration.hpp	Thu Jan 23 12:08:28 2014 +0100
     1.2 +++ b/src/share/vm/memory/defNewGeneration.hpp	Mon Jan 27 13:14:53 2014 +0100
     1.3 @@ -239,6 +239,7 @@
     1.4    // Thread-local allocation buffers
     1.5    bool supports_tlab_allocation() const { return true; }
     1.6    size_t tlab_capacity() const;
     1.7 +  size_t tlab_used() const;
     1.8    size_t unsafe_max_tlab_alloc() const;
     1.9  
    1.10    // Grow the generation by the specified number of bytes.

mercurial