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
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-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
2018-05-09
Rename imemo_alloc with imemo_tmpbuf
mame
2018-05-09
gc.c (rb_imemo_alloc_new): split for each purpose
mame
2018-05-09
gc.c (rb_imemo_alloc_new): improve the API interface
mame
2018-04-20
simplify altstack and enable reuse with thread cache
normal
2018-04-14
gc.c: [DOC] fix typo
stomar
2018-04-04
gc.c: Fix a typo
yui-knk
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-23
[DOC] nodoc internal methods/classes
nobu
2018-02-15
gc.c: force STACK_GROW_DIRECTION for emscripten
mame
2018-02-11
common.mk: define MJIT_HEADER earlier
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-01-26
treat PC for gc events
shyouhei
2018-01-19
ruby_gc_debug_indent needed only when RUBY_MARK_FREE_DEBUG
shyouhei
2018-01-18
Fix typos.
hsbt
2018-01-15
Fix a typo.
hsbt
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-09
use predefined ids in a few more places
normal
2018-01-02
check an existence of block.
ko1
2018-01-02
fix SEGV inspecting uninitialized objects
shyouhei
2018-01-02
fix SEGV inspecting already freed objects
shyouhei
2018-01-02
fix SEGV touching uninitialized local variable
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
fix SEGV touching uninitialized memory
shyouhei
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-11-20
win32.c: vm_exit_handler
nobu
[next]