summaryrefslogtreecommitdiff
path: root/transient_heap.c
AgeCommit message (Expand)Author
2019-11-01rb_aligned_malloc can return NULL卜部昌平
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-05-23prefix ASAN related inline functions asan_Urabe, Shyouhei
2019-05-18Rename rb_gc_new_location to rb_gc_locationAaron Patterson
2019-05-16don't need to sweep rest.Koichi Sasada
2019-04-26unpoison header before touchingUrabe, Shyouhei
2019-04-26fix size of allocated memoryUrabe, Shyouhei
2019-04-26mark verify functions non-sanitizableUrabe, Shyouhei
2019-04-26__asan_region_is_poisoned takes void *Urabe, Shyouhei
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2018-12-14rename li_table->ar_table (and related names).ko1
2018-11-06adopt sanitizer APIshyouhei
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-31explicit cast to void* required for %pshyouhei
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30support theap for T_STRUCT.ko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1