summaryrefslogtreecommitdiff
path: root/transient_heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'transient_heap.h')
-rw-r--r--transient_heap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/transient_heap.h b/transient_heap.h
index e257a8327b..2ba0b638e5 100644
--- a/transient_heap.h
+++ b/transient_heap.h
@@ -32,9 +32,9 @@ void rb_transient_heap_dump(void);
void rb_transient_heap_verify(void);
int rb_transient_heap_managed_ptr_p(const void *ptr);
-/* evacuate functions */
+/* evacuate functions for each type */
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
void rb_obj_transient_heap_evacuate(VALUE obj, int promote);
+void rb_hash_transient_heap_evacuate(VALUE hash, int promote);
void rb_struct_transient_heap_evacuate(VALUE st, int promote);
-
#endif