Skip to content

Commit e1d07f1

Browse files
committed
Sync gc_impl.h
1 parent ebd29f7 commit e1d07f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gc/gc_impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ GC_IMPL_FN size_t rb_gc_impl_gc_count(void *objspace_ptr);
106106
GC_IMPL_FN VALUE rb_gc_impl_latest_gc_info(void *objspace_ptr, VALUE key);
107107
GC_IMPL_FN VALUE rb_gc_impl_stat(void *objspace_ptr, VALUE hash_or_sym);
108108
GC_IMPL_FN VALUE rb_gc_impl_stat_heap(void *objspace_ptr, VALUE heap_name, VALUE hash_or_sym);
109+
GC_IMPL_FN const char *rb_gc_impl_active_gc_name(void);
109110
// Miscellaneous
110111
GC_IMPL_FN size_t rb_gc_impl_obj_flags(void *objspace_ptr, VALUE obj, ID* flags, size_t max);
111112
GC_IMPL_FN bool rb_gc_impl_pointer_to_heap_p(void *objspace_ptr, const void *ptr);

0 commit comments

Comments
 (0)