mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (gc_before_sweep): fix spacing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
511e155e24
commit
3742192919
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 23 16:14:57 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (gc_before_sweep): fix spacing.
|
||||
|
||||
Tue Jul 23 15:57:11 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (heap_get_freeobj): clear slot->freelist here.
|
||||
|
|
1
gc.c
1
gc.c
|
@ -2347,7 +2347,6 @@ gc_before_sweep(rb_objspace_t *objspace)
|
|||
objspace->heap.using_slot = NULL;
|
||||
}
|
||||
objspace->freelist = NULL;
|
||||
|
||||
|
||||
malloc_increase2 += ATOMIC_SIZE_EXCHANGE(malloc_increase,0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue