summaryrefslogtreecommitdiff
path: root/gc/default/default.c
AgeCommit message (Expand)Author
2024-12-19Prefix asan_poison_object with rbPeter Zhu
2024-12-19Fix compaction in ASAN with RGENGC_CHECK_MODE enabledPeter Zhu
2024-12-19Don't calculate the aligned slot when unlocking pagePeter Zhu
2024-12-19Don't unpoison a NULL objectPeter Zhu
2024-12-19Unpoison memory before accessing next element of freelistPeter Zhu
2024-12-16Move special constant check in rb_gc_location to gc.cPeter Zhu
2024-12-11Fix compilation with MALLOC_ALLOCATED_SIZEJohn Hawthorn
2024-12-11[Bug #20941] Bail out when recursing no memoryNobuyoshi Nakada
2024-12-05Use rb_gc_enable/rb_gc_disable_no_rest instead of ruby_disable_gcPeter Zhu
2024-12-05darray.h does not depend on internal/bits.hPeter Zhu
2024-12-05Standardize on the name "modular GC"Peter Zhu
2024-11-29rb_gc_impl_malloc can return NULL卜部昌平
2024-11-25Use extconf to build external GC modulesMatt Valentine-House