OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [management/] [MemoryUsage.h] - Rev 758

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_lang_management_MemoryUsage__
#define __java_lang_management_MemoryUsage__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace management
    {
      namespace openmbean
      {
          class CompositeData;
      }
    }
  }
}
 
class java::lang::management::MemoryUsage : public ::java::lang::Object
{
 
public:
  MemoryUsage(jlong, jlong, jlong, jlong);
  static ::java::lang::management::MemoryUsage * from(::javax::management::openmbean::CompositeData *);
  virtual jlong getCommitted();
  virtual jlong getInit();
  virtual jlong getMax();
  virtual jlong getUsed();
  virtual ::java::lang::String * toString();
private:
  jlong __attribute__((aligned(__alignof__( ::java::lang::Object)))) init;
  jlong used;
  jlong committed;
  jlong maximum;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_lang_management_MemoryUsage__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.