
Data Fields | |
| struct ggc_mem * | sub [2] |
| unsigned int | mark: 1 |
| unsigned int | context: 7 |
| unsigned int | size: 24 |
| union { | |
| HOST_WIDEST_INT i | |
| double d | |
| } | u |
| union { | |
| HOST_WIDEST_INT i | |
| double d | |
| } | u |
Definition at line 73 of file ggc-simple.c.
struct ggc_mem * ggc_mem::sub [read] |
Definition at line 76 of file ggc-simple.c.
Referenced by ggc_alloc(), sweep_objs(), tree_insert(), and tree_lookup().
| unsigned int ggc_mem::mark |
Definition at line 78 of file ggc-simple.c.
Referenced by ggc_alloc(), ggc_marked_p(), ggc_set_mark(), and sweep_objs().
| unsigned int ggc_mem::context |
| unsigned int ggc_mem::size |
Definition at line 80 of file ggc-simple.c.
Referenced by ggc_alloc(), ggc_get_size(), ggc_set_mark(), and sweep_objs().
| HOST_WIDEST_INT ggc_mem::i |
Definition at line 84 of file ggc-simple.c.
| double ggc_mem::d |
Definition at line 88 of file ggc-simple.c.
| union { ... } ggc_mem::u |
Referenced by ggc_alloc(), and sweep_objs().
| union { ... } ggc_mem::u |
1.5.6