0.8.14.9:
[sbcl.git] / src / runtime / gencgc-internal.h
index c130b57..cca1602 100644 (file)
@@ -87,6 +87,7 @@ struct page {
 extern struct page page_table[NUM_PAGES];
 
 \f
+/* forward declarations */
 
 void sniff_code_object(struct code *code, unsigned displacement);
 void gencgc_apply_code_fixups(struct code *old_code, struct code *new_code);
@@ -94,6 +95,9 @@ void gencgc_apply_code_fixups(struct code *old_code, struct code *new_code);
 int  update_x86_dynamic_space_free_pointer(void);
 void  gc_alloc_update_page_tables(int unboxed,
                                  struct alloc_region *alloc_region);
+void gc_alloc_update_all_page_tables(void);
+void gc_set_region_empty(struct alloc_region *region);
+
 /*
  * predicates
  */