aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-04ggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter.Paolo Bonzini1-11/+18
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-04* ggc-zone.c (ggc_pch_write_object): Don't align file pointer.Ian Lance Taylor1-3/+0
2004-01-31ggc-zone.c (ggc_free): New function.Daniel Berlin1-7/+26
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+2
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-05ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPSDaniel Berlin1-423/+62
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-13ggc-zone.c (struct alloc_zone): Don't pre-declare, it already comes in with g...Steven Bosscher1-21/+45
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-12-01ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher1-49/+74
2003-12-01ggc-zone.c (ggc_pch_write_object): Calculate object size using ggc_get_size (...Daniel Berlin1-1/+1
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-2/+2
2003-10-29configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson1-1/+7
2003-10-28ggc-zone.c (check_cookies): Add missing variable.Andreas Jaeger1-6/+8
2003-10-27ggc-zone.c: New file, zone allocating collector.Daniel Berlin1-0/+1701