aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (wmap_inspect_i): fix inspect format.nobu2013-10-181-1/+4
* * gc.c (wmap_inspect_i): fix callback argument.nobu2013-10-181-2/+2
* gc.c: ObjectSpace::WeakMap inspection and iteration methodsnobu2013-10-181-0/+167
* gc.c: ObjectSpace::WeakMap#key?nobu2013-10-181-0/+10
* * gc.c: change terminology of heap.ko12013-10-181-221/+221
* * gc.c (CALC_EXACT_MALLOC_SIZE_CHECK_OLD_SIZE): introduced.ko12013-10-171-7/+18
* * gc.c, internal.h: rename ruby_xsizefree/realloc toko12013-10-171-4/+4
* * gc.c, internal.h: add new internal memory mangement functions.ko12013-10-171-23/+50
* * gc.c (objspace_each_objects): do not skip empty RVALUEs.ko12013-10-161-18/+5
* * gc.c (gc_mark_roots): rename roots to be categories instead of function names.tmm12013-10-151-11/+11
* * remove trailing spaces.nobu2013-10-151-1/+1
* * gc.h (rb_objspace_reachable_objects_from_root): added.ko12013-10-151-47/+106
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+1
* revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko12013-10-111-7/+6
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+6
* * gc.c: use terminology `full_mark' instead of `minor_gc'ko12013-10-111-19/+22
* * gc.c: use __GNUC__ instead of __GCC__.ko12013-10-111-1/+1
* * gc.c, parse.y: support generational Symbol relatetd marking.ko12013-10-111-1/+1
* gc.c: rename heap.free_num to heap.swept_numtmm12013-10-041-9/+9
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-1/+7
* gc.c: add rb_objspace.limittmm12013-10-041-2/+7
* * gc.c: define gc_profile_record::allocated_size ifko12013-10-031-3/+4
* * gc.c: relax GC condition due to malloc_limit.ko12013-10-021-9/+17
* gc.c: suppress warningsnobu2013-09-301-1/+1
* * gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko12013-09-301-0/+2
* * gc.c: add two GC tuning environment variables.ko12013-09-271-56/+62
* * gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko12013-09-271-1/+1
* * gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko12013-09-271-2/+2
* * gc.c: add some fine-grained profiling codes to tuning marking phase.ko12013-09-271-7/+94
* * gc.c: simplify threshold of GC caused by malloc_increase.ko12013-09-271-39/+73
* * gc.c (vm_xrealloc): use TRY_WITH_GC().nobu2013-09-261-9/+1
* Fix compilation on gcc 4.6naruse2013-09-261-2/+6
* gc.c: disable AddressSanitizernobu2013-09-261-0/+11
* gc.c: atomical addnobu2013-09-261-7/+6
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-2/+2
* * gc.c (free_method_cache_entry_i): unused functioncharliesome2013-09-241-14/+0
* * class.c (class_alloc): remove mc_tblcharliesome2013-09-241-4/+0
* vm.c: prototypenobu2013-09-041-1/+2
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-041-2/+38
* * gc.c (gc_profile_clear): do rest_sweep() before clearingko12013-08-271-0/+5
* * gc.c (getrusage_time): Fallback clock_gettime to getrusage whenakr2013-08-211-30/+41
* * gc.c (rb_gcdebug_print_obj_condition): add printing information.ko12013-08-201-4/+11
* * gc.c: fix around GC_DEBUG.ko12013-08-191-7/+15
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-1/+1
* * gc.c (gc_lazy_sweep): remove heap_increment() here because heap_incko12013-08-151-3/+1
* * gc.c (gc_marks_test): inhibit gc for st's operation.tarui2013-08-121-0/+3
* * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr2013-08-061-13/+0
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-0/+43
* * gc.c (gc_before_sweep): fix spacing.ko12013-07-231-1/+0
* * gc.c (heap_get_freeobj): clear slot->freelist here.ko12013-07-231-2/+9