CACAO
Data Fields
localref_table Struct Reference

Data Fields

s4 capacity
 
s4 used
 
s4 firstfree
 
s4 hwm
 
s4 localframes
 
s4 PADDING
 
localref_tableprev
 
union {
   java_object_t *   ptr
 
   s4   nextfree
 
refs [LOCALREFTABLE_CAPACITY]
 

Detailed Description

Definition at line 50 of file localref.hpp.

Field Documentation

s4 localref_table::capacity

Definition at line 51 of file localref.hpp.

s4 localref_table::firstfree

Definition at line 53 of file localref.hpp.

s4 localref_table::hwm

Definition at line 54 of file localref.hpp.

s4 localref_table::localframes

Definition at line 55 of file localref.hpp.

s4 localref_table::nextfree

Definition at line 60 of file localref.hpp.

s4 localref_table::PADDING

Definition at line 56 of file localref.hpp.

localref_table* localref_table::prev

Definition at line 57 of file localref.hpp.

java_object_t* localref_table::ptr

Definition at line 59 of file localref.hpp.

union { ... } localref_table::refs[LOCALREFTABLE_CAPACITY]
s4 localref_table::used

Definition at line 52 of file localref.hpp.


The documentation for this struct was generated from the following file: