GCC Middle and Back End API Reference
|
#include <ggc.h>
Data Fields | |
void * | base |
size_t | nelt |
size_t | stride |
gt_pointer_walker | cb |
gt_pointer_walker | pchw |
Structures for the easy way to mark roots. In an array, terminated by having base == NULL.
void* ggc_root_tab::base |
Referenced by ggc_mark_root_tab(), ggc_mark_roots(), gt_pch_restore(), gt_pch_save(), and write_pch_globals().
gt_pointer_walker ggc_root_tab::cb |
Referenced by ggc_mark_root_tab().
size_t ggc_root_tab::nelt |
Referenced by ggc_mark_root_tab(), gt_pch_restore(), gt_pch_save(), and write_pch_globals().
gt_pointer_walker ggc_root_tab::pchw |
Referenced by gt_pch_save().
size_t ggc_root_tab::stride |
Referenced by ggc_mark_root_tab(), ggc_mark_roots(), gt_pch_restore(), gt_pch_save(), and write_pch_globals().