|
CACAO
|
Go to the source code of this file.
Data Structures | |
| struct | list_final_entry_t |
Macros | |
| #define | FINAL_REACHABLE 1 |
| #define | FINAL_RECLAIMABLE 2 |
| #define | FINAL_FINALIZING 3 |
| #define | FINAL_FINALIZED 4 |
Typedefs | |
| typedef struct list_final_entry_t | list_final_entry_t |
Functions | |
| void | final_init () |
| void | final_register (java_object_t *o, methodinfo *finalizer) |
| void | final_invoke () |
| void | final_set_all_reclaimable () |
Variables | |
| list_t * | final_list |
| typedef struct list_final_entry_t list_final_entry_t |
| void final_register | ( | java_object_t * | o, |
| methodinfo * | finalizer | ||
| ) |
1.8.5