- heap_init works again and we can set initial and maximun heap size
[cacao.git] / nat / java_nio_IntBufferImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NIO_INTBUFFERIMPL_H
4 #define _JAVA_NIO_INTBUFFERIMPL_H
5
6 /* Structure information for class: java/nio/IntBufferImpl */
7
8 typedef struct java_nio_IntBufferImpl {
9    java_objectheader header;
10    s4 cap;
11    s4 limit;
12    s4 pos;
13    s4 mark;
14    s4 array_offset;
15    java_intarray* backing_buffer;
16    s4 readOnly;
17 } java_nio_IntBufferImpl;
18
19 #endif
20