index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transient_heap.c
Age
Commit message (
Expand
)
Author
2019-11-01
rb_aligned_malloc can return NULL
卜部昌平
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-05-23
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-16
don't need to sweep rest.
Koichi Sasada
2019-04-26
unpoison header before touching
Urabe, Shyouhei
2019-04-26
fix size of allocated memory
Urabe, Shyouhei
2019-04-26
mark verify functions non-sanitizable
Urabe, Shyouhei
2019-04-26
__asan_region_is_poisoned takes void *
Urabe, Shyouhei
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-11-06
adopt sanitizer API
shyouhei
2018-11-01
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-10-31
explicit cast to void* required for %p
shyouhei
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
support theap for T_STRUCT.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1