Searched refs:GGC (Results 1 – 4 of 4) sorted by relevance
45 /* Extend the GGC marking. */48 /* Called at end of GGC. */51 /* Register an extra GGC root table. */54 /* Register an extra GGC cache table. */
50 /* Extend the GGC marking. */53 /* Called at end of GGC. */56 /* Register an extra GGC root table. */
160 PLUGIN_GGC_MARKING, /* Extend the GGC marking. */161 PLUGIN_GGC_END, /* Called at end of GGC. */162 PLUGIN_REGISTER_GGC_ROOTS, /* Register an extra GGC root table. */163 PLUGIN_REGISTER_GGC_CACHES, /* Register an extra GGC cache table. */270 Some plugins may want to be informed when GGC (the GCC Garbage276 Some plugins may need to have GGC mark additional data. This can be283 Some plugins may need to add extra GGC root tables, e.g. to handle their own287 @code{if_marked} hash table option can add the extra GGC cache tables generated
8 @cindex GGC70 * GGC Roots:: Making global variables GGC roots.273 goes away. GGC has special handling to deal with this: if you use the274 @code{if_marked} option on a global hash table, GGC will call the440 @node GGC Roots540 The GCC garbage collector GGC is only invoked explicitly. In contrast543 only way to have GGC reclaim storage it to call the @code{ggc_collect}549 @code{ggc_collect} with a shallow call stack. The GGC is an exact mark