ruby/gc
Peter Zhu 8c01dec827 Skip assertion in gc/default.c when multi-Ractor
The counter for total allocated objects may not be accurate when there are
multiple Ractors since it is not atomic so there could be race conditions
when it is incremented.
2024-08-26 13:25:12 -04:00
..
default.c Skip assertion in gc/default.c when multi-Ractor 2024-08-26 13:25:12 -04:00
gc.h Don't use gc_impl.h inside of gc/gc.h 2024-08-22 13:50:17 -04:00
gc_impl.h Remove rb_gc_impl_objspace_mark 2024-08-09 10:27:40 -04:00