2009-10-09 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Fri, 9 Oct 2009 17:03:35 +0000 (17:03 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:50 +0000 (21:06 +0400)
commit74c477acf8dc9b74994fb5fa6766e41e8ba54413
treeb29f09534e9910956b7bbf53eb6e018575f877b1
parent357bf758ba1c207ebeca4b276ef6a4aa9a5d2be0
2009-10-09  Ivan Maidanski <ivmai@mail.ru>

* alloc.c (GC_collect_or_expand): Add "retry" argument; add the
comments; don't use "default" stop_func on a retry if
GC_dont_expand.
* alloc.c (GC_collect_or_expand): Reformat the code (make the
indentation style uniform across the function).
* alloc.c (GC_allocobj): Pass "retry" argument to
GC_collect_or_expand().
* malloc.c (GC_alloc_large): Ditto.
* include/private/gc_priv.h (GC_collect_or_expand): Move the
declaration to malloc.c; add "retry" argument.
ChangeLog
alloc.c
include/private/gc_priv.h
malloc.c