index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transient_heap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+10
*
rb_aligned_malloc can return NULL
卜部昌平
2019-11-01
1
-0
/
+3
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-1
/
+10
*
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-23
1
-9
/
+9
*
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-18
1
-2
/
+2
*
don't need to sweep rest.
Koichi Sasada
2019-05-16
1
-1
/
+1
*
unpoison header before touching
Urabe, Shyouhei
2019-04-26
1
-0
/
+3
*
fix size of allocated memory
Urabe, Shyouhei
2019-04-26
1
-1
/
+1
*
mark verify functions non-sanitizable
Urabe, Shyouhei
2019-04-26
1
-0
/
+3
*
__asan_region_is_poisoned takes void *
Urabe, Shyouhei
2019-04-26
1
-1
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-0
/
+50
*
Reverting compaction for now
tenderlove
2019-04-17
1
-50
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-0
/
+50
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-50
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-0
/
+50
*
rename li_table->ar_table (and related names).
ko1
2018-12-14
1
-2
/
+2
*
adopt sanitizer API
shyouhei
2018-11-06
1
-0
/
+14
*
introduce USE_TRANSIENT_HEAP to enable/disable theap.
ko1
2018-11-01
1
-0
/
+2
*
explicit cast to void* required for %p
shyouhei
2018-10-31
1
-8
/
+8
*
* remove trailing spaces, expand tabs.
svn
2018-10-30
1
-8
/
+8
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-6
/
+20
*
support theap for T_STRUCT.
ko1
2018-10-30
1
-10
/
+10
*
support theap for T_OBJECT.
ko1
2018-10-30
1
-6
/
+14
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-0
/
+834