Home
last modified time | relevance | path

Searched refs:GGC (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dplugin.def45 /* Extend the GGC marking. */
48 /* Called at end of GGC. */
51 /* Register an extra GGC root table. */
54 /* Register an extra GGC cache table. */
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dplugin.def50 /* Extend the GGC marking. */
53 /* Called at end of GGC. */
56 /* Register an extra GGC root table. */
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dplugins.texi160 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 Garbage
276 Some plugins may need to have GGC mark additional data. This can be
283 Some plugins may need to add extra GGC root tables, e.g. to handle their own
287 @code{if_marked} hash table option can add the extra GGC cache tables generated
H A Dgty.texi8 @cindex GGC
70 * GGC Roots:: Making global variables GGC roots.
273 goes away. GGC has special handling to deal with this: if you use the
274 @code{if_marked} option on a global hash table, GGC will call the
440 @node GGC Roots
540 The GCC garbage collector GGC is only invoked explicitly. In contrast
543 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