ggc.h (ggc_free): Declare.
authorRichard Henderson <rth@redhat.com>
Wed, 28 Jan 2004 18:49:26 +0000 (10:49 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 28 Jan 2004 18:49:26 +0000 (10:49 -0800)
commit685fe0325cddc64776cc8e6c504ef40b35c846e0
treeb2610d09544f2d611e1c960a1c767328e33944ed
parent42e5a9b95768990d55a44628a1faa1f7a3d0ab31
ggc.h (ggc_free): Declare.

        * ggc.h (ggc_free): Declare.
        * ggc-common.c (ggc_realloc): Use it.
        * ggc-page.c: Remove lots of inline markers.
        (globals): Add free_object_list.
        (ggc_alloc): Tidy.
        (ggc_free, validate_free_objects): New.
        (poison_pages): Provide default.
        (ggc_collect): Call validate_free_objects; emit markers to
        the debug file.

From-SVN: r76801
gcc/ChangeLog
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc.h