hotspot/src/share/vm/memory/metaspace.hpp
changeset 25055 b8579a44691b
parent 24847 37c354b113fe
parent 25051 8110ec6e7340
child 26135 82b516c550f7
equal deleted inserted replaced
24939:6c994cc056ef 25055:b8579a44691b
   224   size_t capacity_words_slow(MetadataType mdtype) const;
   224   size_t capacity_words_slow(MetadataType mdtype) const;
   225 
   225 
   226   size_t used_bytes_slow(MetadataType mdtype) const;
   226   size_t used_bytes_slow(MetadataType mdtype) const;
   227   size_t capacity_bytes_slow(MetadataType mdtype) const;
   227   size_t capacity_bytes_slow(MetadataType mdtype) const;
   228 
   228 
       
   229   size_t allocated_blocks_bytes() const;
       
   230   size_t allocated_chunks_bytes() const;
       
   231 
   229   static MetaWord* allocate(ClassLoaderData* loader_data, size_t word_size,
   232   static MetaWord* allocate(ClassLoaderData* loader_data, size_t word_size,
   230                             bool read_only, MetaspaceObj::Type type, TRAPS);
   233                             bool read_only, MetaspaceObj::Type type, TRAPS);
   231   void deallocate(MetaWord* ptr, size_t byte_size, bool is_class);
   234   void deallocate(MetaWord* ptr, size_t byte_size, bool is_class);
   232 
   235 
   233   MetaWord* expand_and_allocate(size_t size,
   236   MetaWord* expand_and_allocate(size_t size,