summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.h
AgeCommit message (Expand)Author
2020-05-05Use const for some function arguments.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-02-26Improve memory statistics report readability.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-10-30Don't allow the pool allocator to be configured to allocate zero-sized objectsRichard Earnshaw
2018-01-03Update copyright years.Jakub Jelinek
2017-08-02re PR other/81667 (trunk/gcc/alloc-pool.h:239: possible missing initialiser ?)Marek Polacek
2017-01-01Update copyright years.Jakub Jelinek
2016-02-25Do not gather mem stats in run_exit_handles (PRMartin Liska
2016-02-23alloc-pool.h (struct allocation_object): Make id member conditional on CHECKI...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-11-10Enhance pool allocatorMartin Liska
2015-11-06alloc-pool.h (object_allocator::allocate): Default-initialize object.Richard Biener
2015-10-26alloc-pool.h (base_pool_allocator): Use placement new.Richard Biener
2015-10-26ENABLE_CHECKING refactoring: pool allocatorsMikhail Maltsev
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-06-10Fix BITMAP identifier clash.Martin Liska
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-03Fix GNU coding style in memory statistics.Martin Liska
2015-06-03Fix memory report layout at various places.Martin Liska
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska
2015-06-02Pool allocator fallout: fix uninialized class members.Martin Liska
2015-06-01Small pool-allocator fallback.Martin Liska
2015-06-01Remove old pool allocator.Martin Liska
2015-06-01Introduce new type-based pool allocator.Martin Liska
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-07-13ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC.Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2007-11-23re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2006-06-20alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther
2005-06-25Update FSF address.Kelley Cook
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata
2004-01-30alloc-pool.c: Include hashtab.hJan Hubicka
2003-06-15alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger
2003-05-12alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.Josef Zlomek
2002-12-19Makefile.in (OBJS): Add alloc-pool.oDaniel Berlin