зеркало из https://github.com/github/ruby.git
* 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:
Родитель
511e155e24
Коммит
3742192919
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче