* remove trailing spaces. [ci skip]
This commit is contained in:
parent
b9007b6c54
commit
d7984d0f54
@ -96,7 +96,7 @@ class TestGc < Test::Unit::TestCase
|
|||||||
ObjectSpace.count_objects(count)
|
ObjectSpace.count_objects(count)
|
||||||
# repeat same methods invocation for cache object creation.
|
# repeat same methods invocation for cache object creation.
|
||||||
GC.stat(stat)
|
GC.stat(stat)
|
||||||
ObjectSpace.count_objects(count)
|
ObjectSpace.count_objects(count)
|
||||||
assert_equal(count[:TOTAL]-count[:FREE], stat[:heap_live_slots])
|
assert_equal(count[:TOTAL]-count[:FREE], stat[:heap_live_slots])
|
||||||
assert_equal(count[:FREE], stat[:heap_free_slots])
|
assert_equal(count[:FREE], stat[:heap_free_slots])
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ typedef VALUE (*vm_call_handler)(
|
|||||||
// imemo_callcache
|
// imemo_callcache
|
||||||
|
|
||||||
struct rb_callcache {
|
struct rb_callcache {
|
||||||
const VALUE flags;
|
const VALUE flags;
|
||||||
|
|
||||||
/* inline cache: key */
|
/* inline cache: key */
|
||||||
const VALUE klass; // should not mark it because klass can not be free'd
|
const VALUE klass; // should not mark it because klass can not be free'd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user