summaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+2
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPSDaniel Berlin2004-01-051-423/+62
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* ggc-zone.c (struct alloc_zone): Don't pre-declare, it already comes in with g...Steven Bosscher2003-12-131-21/+45
* ggc-zone.c: Follow spelling conventions.Kazu Hirata2003-12-131-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-49/+74
* ggc-zone.c (ggc_pch_write_object): Calculate object size using ggc_get_size (...Daniel Berlin2003-12-011-1/+1
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-2/+2
* configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson2003-10-291-1/+7
* ggc-zone.c (check_cookies): Add missing variable.Andreas Jaeger2003-10-281-6/+8
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-0/+1701