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.c
Age
Commit message (
Expand
)
Author
2021-12-07
Fixed the check order in wmap_live_p [Bug #18392]
Nobuyoshi Nakada
2021-12-07
ObjectSpace::WeakMap#inspect: check if living object [Bug #18392]
Nobuyoshi Nakada
2021-12-03
Refactor GC functions to have consistent naming
Peter Zhu
2021-12-02
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
Don't clear the constant cache when finishing compaction
Matt Valentine-House
2021-12-02
Cast tv_usec to int32_t to fit in tv_nsec
Yuta Saito
2021-11-26
Fix a function name in an error message
Kazuhiro NISHIYAMA
2021-11-26
Remove unused function `size_pool_for_size`
Kazuhiro NISHIYAMA
2021-11-26
initialize allocated memory by VWA for assertions
Koichi Sasada
2021-11-25
Revert "Add GC.stat_size_pool to get stats for a size pool"
Peter Zhu
2021-11-25
Add GC.stat_size_pool to get stats for a size pool
Peter Zhu
2021-11-23
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-22
Removes unused HEAP_PAGE_BITMAP_PLANES constant from gc.c
Jemma Issroff
2021-11-22
Make RCLASS_EXT(c)->subclasses a doubly linked list
Matt Valentine-House
2021-11-19
gc.c: Fix a compile error on some crossbuilds
Yusuke Endoh
2021-11-19
GC measurement feature
Koichi Sasada
2021-11-19
support `GC.stat(:time)` take 2
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-11
Remove RCLASS(obj)->ptr when RVARGC is enabled
Matt Valentine-House
2021-11-11
fix a memory leak introduced in 8bbd319
Matt Valentine-House
2021-11-08
[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...
Peter Zhu
2021-10-29
make obj_free return true when it frees an object
Matt Valentine-House
2021-10-29
Prefer size pool heap macros over direct access
Matt Valentine-House
2021-10-28
Fix a warning
Kazuhiro NISHIYAMA
2021-10-28
Fix a warning
Kazuhiro NISHIYAMA
2021-10-27
Align `RFloat` at VALUE boundary
Nobuyoshi Nakada
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
[Feature #18239] Refactor RVARGC alloc functions
Peter Zhu
2021-10-24
Suppress false warning for freed pointer
Nobuyoshi Nakada
2021-10-21
Push compaction page alignment check down
Aaron Patterson
2021-10-20
Partial revert of ceebc7fc98d
Aaron Patterson
2021-10-20
MicroJIT: generate less code for CFUNCs
Alan Wu
2021-10-20
Print errno when mprotect fails
Aaron Patterson
2021-10-04
Move rb_ractor_p definition
S.H
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-09-27
Introduce `RBIMPL_NONNULL_ARG` macro
Nobuyoshi Nakada
2021-09-20
Fix malloc_increase is not correctly calculated
Peter Zhu
2021-09-15
Fix total_freed_objects for invalidated pages
Peter Zhu
2021-09-15
Don't overwrite free_slots count during sweeping
Peter Zhu
2021-09-15
Update the free_slots count of the original page
Peter Zhu
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-10
suppress GCC's -Wnonnull-compare
卜部昌平
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-09-01
Remove heap_is_swept_object function
Peter Zhu
2021-08-27
Fix memory leak in Variable Width Allocation
Peter Zhu
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Replace intptr_t with uintptr_t in gc.c
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
[next]