aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index 8add2da33ba..4877ca059eb 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -261,6 +261,9 @@ extern size_t ggc_get_size (const void *);
/* Write out all GCed objects to F. */
extern void gt_pch_save (FILE *f);
+/* Default hook for granularity. */
+extern size_t default_gt_pch_alloc_granularity (void);
+
/* Read objects previously saved with gt_pch_save from F. */
extern void gt_pch_restore (FILE *f);