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