aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Adjusted stylesnobu2019-04-101-1/+1
* * expand tabs.svn2019-04-101-47/+47
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1249/+59
* Adjusted stylesnobu2019-04-101-36/+54
* Pin weakmap referencestenderlove2019-04-091-0/+14
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-58/+1216
* gc.c: missing breaknobu2019-04-071-0/+1
* Fix more ASAN errorstenderlove2019-04-021-3/+9
* Extract type to sym as a new functiontenderlove2019-04-021-31/+37
* Fix ASAN errortenderlove2019-04-021-1/+1
* Poison / verify the freelisttenderlove2019-04-021-1/+33
* Fix ASAN errors when walking the heaptenderlove2019-04-011-1/+20
* [DOC] fix markups [ci skip]nobu2019-03-221-3/+3
* Early return in gc_mark_childrennobu2019-03-091-5/+7
* Revert "Assert that union sizes match"naruse2019-02-161-2/+0
* Assert that union sizes matchnobu2019-02-151-0/+2
* fix empty Hash memsize.ko12019-02-121-2/+4
* hide ar_table internals from internal.h.ko12018-12-291-2/+3
* move checking code.ko12018-12-231-1/+1
* * expand tabs.svn2018-12-181-2/+2
* rb_raw_obj_info() support T_MODULE and T_ICLASS.ko12018-12-181-7/+17
* rename li_table->ar_table (and related names).ko12018-12-141-10/+10
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-20/+11
* Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOSshyouhei2018-11-291-2/+0
* * expand tabs.svn2018-11-261-1/+1
* Support targetting TracePoint [Feature #15289]ko12018-11-261-1/+2
* * expand tabs.svn2018-11-081-1/+1
* gc.c: avoid integer overflow at process exitshyouhei2018-11-081-1/+1
* suppress GCC warning about unknown sanitizersshyouhei2018-11-071-3/+1
* adopt sanitizer APIshyouhei2018-11-061-4/+28
* annotate functions to blacklist MSANshyouhei2018-11-061-2/+2
* gc.c: move ASAN check to configureshyouhei2018-11-061-10/+2
* add casts.ko12018-10-311-2/+2
* * remove trailing spaces, expand tabs.svn2018-10-301-5/+5
* support theap for T_HASH. [Feature #14989]ko12018-10-301-20/+73
* * expand tabs.svn2018-10-301-1/+1
* support theap for T_STRUCT.ko12018-10-301-11/+20
* support theap for T_OBJECT.ko12018-10-301-10/+34
* * expand tabs.svn2018-10-301-4/+4
* introduce TransientHeap. [Bug #14858]ko12018-10-301-23/+66
* * expand tabs.svn2018-10-301-29/+29
* revert r65444 and r65446 because of commit missko12018-10-301-107/+40
* support theap for T_OBJECT.ko12018-10-301-11/+35
* * expand tabs.svn2018-10-301-4/+4
* introduce TransientHeap. [Bug #14858]ko12018-10-301-29/+72
* * expand tabs.svn2018-10-301-1/+1
* use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko12018-10-301-2/+1
* * expand tabs.svn2018-10-291-3/+3
* use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko12018-10-291-4/+4
* add new counter about GC.ko12018-10-251-0/+4