GCC Middle and Back End API Reference
ggc_root_tab Struct Reference

#include <ggc.h>

Data Fields

voidbase
 
size_t nelt
 
size_t stride
 
gt_pointer_walker cb
 
gt_pointer_walker pchw
 

Detailed Description

Structures for the easy way to mark roots.
In an array, terminated by having base == NULL.   

Field Documentation

◆ base

void* ggc_root_tab::base

◆ cb

gt_pointer_walker ggc_root_tab::cb

◆ nelt

size_t ggc_root_tab::nelt

◆ pchw

gt_pointer_walker ggc_root_tab::pchw

◆ stride

size_t ggc_root_tab::stride

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