]> git.ipfire.org Git - thirdparty/gcc.git/commit
* ggc.h (ggc_free): Declare.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 18:49:26 +0000 (18:49 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 2004 18:49:26 +0000 (18:49 +0000)
commitc4e03242daf38c7a72c2882de2603909a42b81a0
treeb2610d09544f2d611e1c960a1c767328e33944ed
parenta2e8135a41593b7e401eed06a9ec421a3e43dafb
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76801 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc.h