mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +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
|
@ -251,7 +251,7 @@ void *ruby_sized_xrealloc(void *ptr, size_t new_size, size_t old_size) RUBY_ATTR
|
|||
void *ruby_sized_xrealloc2(void *ptr, size_t new_count, size_t element_size, size_t old_count) RUBY_ATTR_RETURNS_NONNULL RUBY_ATTR_ALLOC_SIZE((2, 3));
|
||||
void ruby_sized_xfree(void *x, size_t size);
|
||||
|
||||
const char * rb_gc_active_gc_name(void);
|
||||
const char *rb_gc_active_gc_name(void);
|
||||
int rb_gc_modular_gc_loaded_p(void);
|
||||
|
||||
#if USE_MODULAR_GC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue