mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add rb_gc_impl_active_gc_name to gc/gc_impl.h
This commit is contained in:
parent
48443c0204
commit
c45503f957
Notes:
git
2024-12-06 15:22:24 +00:00
3 changed files with 5 additions and 7 deletions
|
@ -106,6 +106,7 @@ GC_IMPL_FN size_t rb_gc_impl_gc_count(void *objspace_ptr);
|
|||
GC_IMPL_FN VALUE rb_gc_impl_latest_gc_info(void *objspace_ptr, VALUE key);
|
||||
GC_IMPL_FN VALUE rb_gc_impl_stat(void *objspace_ptr, VALUE hash_or_sym);
|
||||
GC_IMPL_FN VALUE rb_gc_impl_stat_heap(void *objspace_ptr, VALUE heap_name, VALUE hash_or_sym);
|
||||
GC_IMPL_FN const char *rb_gc_impl_active_gc_name(void);
|
||||
// Miscellaneous
|
||||
GC_IMPL_FN size_t rb_gc_impl_obj_flags(void *objspace_ptr, VALUE obj, ID* flags, size_t max);
|
||||
GC_IMPL_FN bool rb_gc_impl_pointer_to_heap_p(void *objspace_ptr, const void *ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue