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
2018-11-08
* expand tabs.
svn
2018-11-08
gc.c: avoid integer overflow at process exit
shyouhei
2018-11-07
suppress GCC warning about unknown sanitizers
shyouhei
2018-11-06
adopt sanitizer API
shyouhei
2018-11-06
annotate functions to blacklist MSAN
shyouhei
2018-11-06
gc.c: move ASAN check to configure
shyouhei
2018-10-31
add casts.
ko1
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
support theap for T_STRUCT.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-29
* expand tabs.
svn
2018-10-29
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-25
add new counter about GC.
ko1
2018-10-25
Fix a typo
kazu
2018-10-24
add new debug_counters for GC.
ko1
2018-10-18
* expand tabs.
svn
2018-10-18
fix SEGV in rb_raw_obj_info()
shyouhei
2018-09-28
add debug counters more.
ko1
2018-09-26
* expand tabs.
svn
2018-09-26
fix use-after-free in obj_free.
ko1
2018-09-26
add some debug counters.
ko1
2018-09-25
refactoring debug_counter.
ko1
2018-09-14
move ADD_PC around (take 2)
shyouhei
2018-07-17
Include the alternative malloc header instead of malloc.h
tenderlove
2018-06-27
give up insn attr handles_frame
shyouhei
2018-06-23
gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILS
tarui
2018-06-20
Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]
ko1
2018-06-19
gc.c (gc_verify_heap_pages): fix no-op on heap_eden->pages
normal
2018-06-05
encoding.c: remove rb_gc_mark_encodings
normal
2018-06-05
gc.c: reduce parameters for gc_start and garbage_collect
normal
2018-06-05
gc.c: reduce #ifdefs around GC_ENABLE_*
normal
2018-06-05
gc.c: zero check for malloc_limit_max to initialization
normal
2018-06-01
gc.c: reduce size slightly by making MEMOP_TYPE_MALLOC zero
normal
2018-05-22
gc.c: use RUBY_DEFAULT_FREE instead of open-coded constant
normal
2018-05-20
get rid of unused variable warning.
usa
2018-05-18
Revert "gc.c: use monotonic counters for objspace_malloc_increase"
normal
2018-05-18
gc.c: use monotonic counters for objspace_malloc_increase
normal
2018-05-16
gc.c: use ccan/list
normal
2018-05-09
fix potential memory leaks
nobu
[next]