mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces. [ci skip]
This commit is contained in:
parent
b9007b6c54
commit
d7984d0f54
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue