summaryrefslogtreecommitdiff
path: root/gcc/alloc-pool.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR other/81667 (trunk/gcc/alloc-pool.h:239: possible missing initialiser ?)Marek Polacek2017-08-021-2/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Do not gather mem stats in run_exit_handles (PRMartin Liska2016-02-251-1/+4
* alloc-pool.h (struct allocation_object): Make id member conditional on CHECKI...Richard Biener2016-02-231-4/+16
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Enhance pool allocatorMartin Liska2015-11-101-1/+14
* alloc-pool.h (object_allocator::allocate): Default-initialize object.Richard Biener2015-11-061-1/+1
* alloc-pool.h (base_pool_allocator): Use placement new.Richard Biener2015-10-261-3/+4
* ENABLE_CHECKING refactoring: pool allocatorsMikhail Maltsev2015-10-261-17/+10
* Share memory blocks between pool allocatorsMikhail Maltsev2015-09-161-34/+90
* Add new object_allocator and clean-up allocator usage.Martin Liska2015-07-161-77/+110
* Fix BITMAP identifier clash.Martin Liska2015-06-101-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-1/+0
* Fix GNU coding style in memory statistics.Martin Liska2015-06-031-7/+14
* Fix memory report layout at various places.Martin Liska2015-06-031-1/+1
* Port pool-allocator memory stats to a new infrastructure.Martin Liska2015-06-031-21/+80
* Pool allocator fallout: fix uninialized class members.Martin Liska2015-06-021-4/+3
* Small pool-allocator fallback.Martin Liska2015-06-011-1/+1
* Remove old pool allocator.Martin Liska2015-06-011-51/+0
* Introduce new type-based pool allocator.Martin Liska2015-06-011-2/+378
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC.Steven Bosscher2012-07-131-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* re PR tree-optimization/34176 (SCCVN breaks gettext)Richard Guenther2007-11-231-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-2/+13
* alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther2006-06-201-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alloc-pool.c: Include hashtab.hJan Hubicka2004-01-301-1/+2
* alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-151-4/+4
* alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.Josef Zlomek2003-05-121-2/+8
* Makefile.in (OBJS): Add alloc-pool.oDaniel Berlin2002-12-191-0/+48