aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+9
* * gc.c (gc_page_sweep): Fix compile warning from last commit.tmm12013-11-271-1/+1
* * gc.c (gc_page_sweep): disable debug print.ko12013-11-271-1/+1
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-0/+10
* * gc.c: Rename rb_heap_t members:tmm12013-11-271-25/+25
* * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko12013-11-251-0/+7
* * gc.c: continue to change OLDSPACE -> OLDMALLOC.ko12013-11-241-56/+80
* * gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko12013-11-241-30/+30
* * gc.c (gc_stat): add internal information.ko12013-11-241-35/+74
* * gc.c: change terminology OLDSPACE -> OLDMALLOC.ko12013-11-241-26/+28
* * ChangeLog: fix a typo at r43744.nagachika2013-11-231-2/+2
* * gc.c: fix gloval variable name.ko12013-11-231-33/+76
* * gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm12013-11-221-15/+15
* * gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu2013-11-221-1/+1
* * gc.c (heap_set_increment): accept minumum additional page number.ko12013-11-221-4/+9
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-221-1/+3
* * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko12013-11-221-0/+10
* * gc.c: fix build failure on FreeBSD introduced by r43763.naruse2013-11-221-1/+5
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12013-11-211-1/+1
* * gc.c: needs malloc.h if malloc_usable_size() is available.nobu2013-11-211-0/+2
* gc.c: malloc_usable_sizenobu2013-11-211-0/+6
* gc.c: malloc_usable_sizenobu2013-11-211-0/+10
* * gc.c: rename initial_xxx variables to gc_params.xxx.ko12013-11-211-56/+45
* * remove trailing spaces.nobu2013-11-211-1/+1
* * gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.ko12013-11-211-46/+64
* * gc.c (gc_marks_check): do not dump all refs.ko12013-11-211-2/+1
* * remove trailing spaces.nobu2013-11-211-1/+1
* * gc.c: change RGENGC_CHECK_MODE (>= 2) logic.ko12013-11-211-221/+224
* * gc.c (heap_is_swept_object): use heap_page::before_sweep flag.ko12013-11-191-6/+2
* * gc.c (rb_objspace_reachable_objects_from_root): do major marking.ko12013-11-191-1/+1
* * gc.c (rb_gc_resurrect): added.ko12013-11-191-0/+14
* * gc.c (rb_gcdebug_print_obj_condition): catch up recent changesktsj2013-11-101-1/+1
* gc.c: finalizer functionsnobu2013-11-091-8/+6
* * gc.c (vm_malloc_increase): sweep immediately on GC due to malloc().ko12013-11-091-2/+2
* gc.c: private callnobu2013-11-091-1/+1
* gc.c: should_be_callablenobu2013-11-091-7/+12
* * gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.tarui2013-11-091-2/+2
* * gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsensetarui2013-11-091-6/+0
* * gc.c (gc_marks_test): Bugfix. Fix a struct member name for buildtarui2013-11-091-2/+2
* * gc.c : Add GC_PROFILE_DETAIL_MEMORY option.tarui2013-11-081-1/+35
* gc.c: use switch for alternative BUILTIN_TYPEnobu2013-11-071-7/+9
* * gc.c (vm_malloc_increase): check GVL before gc_rest_sweep().ko12013-11-071-1/+1
* * gc.c: modify malloc_limit strategy.ko12013-11-071-4/+6
* * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui2013-11-061-7/+7
* * gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko12013-11-061-1/+4
* * gc.c (Init_GC): add GC::OPTS to show options.ko12013-11-051-0/+19
* * gc.c (is_live_object): A hidden object may be a live object.tarui2013-11-051-1/+0
* * remove trailing spaces.nobu2013-11-051-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-0/+200