index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc
/
gc_impl.h
Age
Commit message (
Expand
)
Author
2025-03-31
Don't preserve `object_id` when moving object to another Ractor
Jean Boussier
2025-03-31
Ractor: Fix moving embedded objects
Jean Boussier
2025-03-24
Move rb_gc_impl_ractor_cache_free to shutdown section
Peter Zhu
2025-03-24
Move rb_gc_impl_objspace_free to shutdown section
Peter Zhu
2025-02-19
Add rb_gc_object_metadata API
Peter Zhu
2024-12-06
Add rb_gc_impl_active_gc_name to gc/gc_impl.h
Peter Zhu
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-12-04
Use BUILDING_SHARED_GC instead of RB_AMALGAMATED_DEFAULT_GC
Peter Zhu
2024-11-29
rb_gc_impl_malloc can return NULL
卜部昌平
2024-11-25
Place all non-default GC API behind USE_SHARED_GC
Matt Valentine-House
2024-11-25
Use extconf to build external GC modules
Matt Valentine-House
2024-10-23
Make rb_gc_impl_stat_heap return a VALUE instead of size_t
Peter Zhu
2024-10-23
Make rb_gc_impl_stat return a VALUE instead of size_t
Peter Zhu
2024-10-10
Move return value of rb_gc_impl_config_set to gc.c
Peter Zhu
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-09-19
Remove rb_gc_impl_initial_stress_set
Peter Zhu
2024-09-18
Change rb_gc_impl_get_measure_total_time to return a bool
Peter Zhu
2024-09-17
Make rb_gc_impl_set_measure_total_time return void
Peter Zhu
2024-09-17
Rename rb_gc_impl_get_profile_total_time to rb_gc_impl_get_total_time
Peter Zhu
2024-09-17
Change rb_gc_impl_get_profile_total_time to return unsigned long long
Peter Zhu
2024-08-09
Remove rb_gc_impl_objspace_mark
Peter Zhu
2024-07-26
Put the default GC implementation back into gc.o
Alan Wu
2024-07-19
Make rb_gc_impl_undefine_finalizer return void
Peter Zhu
2024-07-15
Rename GC_IMPL_H macro to GC_GC_IMPL_H
Peter Zhu
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-12
Add gc/gc_impl.h for GC implementation headers
Peter Zhu