aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-04ggc-zone.c (lookup_page_table_if_allocated, [...]): Fix -Wc++-compat and/or -...Kaveh R. Ghazi1-15/+15
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-1/+150
2008-02-19Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson1-34/+32
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-07-25re PR other/22337 (zone collector does not build)Serge Belyshev1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-17ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.Zdenek Dvorak1-0/+2
2005-05-02ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz1-5/+5
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-14* ggc-zone.c: Fix comment typos.Kazu Hirata1-2/+2
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-647/+1408
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-35/+18
2004-08-24ggc-zone.c (struc alloc_chunk): Rearrange flag bits and SIZE.Daniel Jacobowitz1-5/+10
2004-08-09ggc-zone.c (struct alloc_zone): Add statistics counters.Daniel Jacobowitz1-21/+231
2004-07-26re PR bootstrap/12804 (zone allocator is broken on 64bit)Daniel Jacobowitz1-8/+5
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