src/hotspot/share/gc/z/zHeap.hpp
changeset 54616 3ab77d8dc60a
parent 54376 2a2fab6fb3a5
child 54834 39ba09047e19
equal deleted inserted replaced
54615:9afd2868c18b 54616:3ab77d8dc60a
    92   size_t capacity() const;
    92   size_t capacity() const;
    93   size_t max_reserve() const;
    93   size_t max_reserve() const;
    94   size_t used_high() const;
    94   size_t used_high() const;
    95   size_t used_low() const;
    95   size_t used_low() const;
    96   size_t used() const;
    96   size_t used() const;
       
    97   size_t unused() const;
    97   size_t allocated() const;
    98   size_t allocated() const;
    98   size_t reclaimed() const;
    99   size_t reclaimed() const;
    99 
   100 
   100   size_t tlab_capacity() const;
   101   size_t tlab_capacity() const;
   101   size_t tlab_used() const;
   102   size_t tlab_used() const;