aboutsummaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-02re PR other/81667 (trunk/gcc/alloc-pool.h:239: possible missing initialiser ?)Marek Polacek1-2/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-25Do not gather mem stats in run_exit_handles (PRMartin Liska1-1/+4
2016-02-23alloc-pool.h (struct allocation_object): Make id member conditional on CHECKI...Richard Biener1-4/+16
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-10Enhance pool allocatorMartin Liska1-1/+14
2015-11-06alloc-pool.h (object_allocator::allocate): Default-initialize object.Richard Biener1-1/+1
2015-10-26alloc-pool.h (base_pool_allocator): Use placement new.Richard Biener1-3/+4
2015-10-26ENABLE_CHECKING refactoring: pool allocatorsMikhail Maltsev1-17/+10
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-34/+90
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-77/+110
2015-06-10Fix BITMAP identifier clash.Martin Liska1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-7/+14
2015-06-03Fix memory report layout at various places.Martin Liska1-1/+1
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-21/+80
2015-06-02Pool allocator fallout: fix uninialized class members.Martin Liska1-4/+3
2015-06-01Small pool-allocator fallback.Martin Liska1-1/+1
2015-06-01Remove old pool allocator.Martin Liska1-51/+0
2015-06-01Introduce new type-based pool allocator.Martin Liska1-2/+378
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-07-13ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC.Steven Bosscher1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2007-11-23re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-2/+13
2006-06-20alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-30alloc-pool.c: Include hashtab.hJan Hubicka1-1/+2
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger1-4/+4
2003-05-12alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.Josef Zlomek1-2/+8
2002-12-19Makefile.in (OBJS): Add alloc-pool.oDaniel Berlin1-0/+48