aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: rb_gc_guarded_ptrnobu2013-05-171-0/+8
* * gc.c (rb_node_newnode): use newobj_of() instead of rb_newobj().ko12013-05-151-8/+1
* * gc.c (newobj): rename to `newobj_of' and accept additionalko12013-05-151-27/+25
* * gc.c: add an additional RGENGC_PROFILE mode (2).ko12013-05-151-6/+36
* * remove trailing spaces.nobu2013-05-141-2/+2
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-82/+737
* * gc.c: remove rb_objspace_t::marked_num.ko12013-05-131-10/+11
* * gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).ko12013-05-131-2/+2
* * gc.c: refactoring GC::Profiler.ko12013-05-131-63/+72
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-3/+3
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-4/+4
* * gc.c (rb_data_object_alloc): check klass only if klass is not 0.ko12013-05-131-1/+1
* * gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):ko12013-05-131-8/+3
* gc.c: _aligned_mallocnobu2013-03-301-0/+1
* gc.c: fix compile errornobu2013-03-241-1/+1
* * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweepingnari2013-03-241-1/+4
* * gc.c: We have no chance to expand the heap when lazy sweeping isnari2013-03-241-2/+8
* * gc.c: Improve accuracy of objspace_live_num() andnari2013-03-181-6/+4
* * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta).nari2013-03-181-2/+5
* * gc.c: Fix unlimited memory growth with large values ofnari2013-03-181-1/+2
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-131-2/+17
* * vm.c: Typo in ObjectSpace::WeakMap overviewzzak2013-02-231-1/+1
* * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0).kosaki2013-01-041-0/+7
* adjust stylenobu2012-12-291-1/+1
* * gc.c (obj_id_to_ref): add a macro to treat Bignum object id.shirosaki2012-12-221-2/+5
* * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum onusa2012-12-201-1/+7
* * signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki2012-12-151-1/+1
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-0/+7
* * gc.c (getrusage_time): uses clock_gettime() withnari2012-12-051-1/+8
* * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak2012-12-021-1/+4
* gc.c: suppress warningsnobu2012-12-011-5/+5
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-4/+0
* * gc.c : remove a unused function.nari2012-11-291-16/+0
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-9/+3
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-0/+4
* * gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak2012-11-291-76/+116
* * gc.c (gc_stat): prepre Symbol objects at first timeko12012-11-291-10/+25
* * gc.c (gc_stat): GC.stat supports new informationko12012-11-291-52/+37
* array.c: refactoring of rb_ary_delete_same()shirosaki2012-11-251-1/+1
* gc.c: refactoring to rename variablesshirosaki2012-11-241-14/+15
* Fix WeakRef finalizeshirosaki2012-11-241-10/+12
* Rvert r37827 and r37828naruse2012-11-241-18/+15
* wmap_finalize: refactoring to rename variablesshirosaki2012-11-241-14/+15
* Fix finalize of WeakRefshirosaki2012-11-241-9/+11
* * gc.c (is_swept_object): extract from is_dead_object().nari2012-11-221-4/+58
* * gc.c (garbage_collect): remove a duplicative probe.nari2012-11-211-3/+0
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-1/+10
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-1/+29
* * gc.c: move immutable fields from struct heaps_slot and structnari2012-11-101-50/+41
* * ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto2012-11-091-1/+1