aboutsummaryrefslogtreecommitdiff
path: root/gcc/mem-stats.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Use const for some function arguments.Martin Liska1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-06ggc-common.c (ggc_prune_overhead_list): Do not delete surviving allocations.Jan Hubicka1-5/+2
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska1-13/+6
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+6
2019-06-12Disable hash-table sanitization for mem stats maps.Martin Liska1-3/+3
2019-03-26mem-stats.h (mem_alloc_description::unregister_descriptor): New method.Jason Merrill1-2/+19
2019-02-26Improve memory statistics report readability.Martin Liska1-3/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-3/+3
2018-11-07Fix GNU coding style (V2).Martin Liska1-11/+11
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-6/+6
2018-11-05Fix vector memory statistics.Martin Liska1-7/+10
2018-11-05Fix GNU coding style.Martin Liska1-35/+26
2018-10-22re PR c/87682 (gcc/mem-stats.h:172: possible broken comparison operator ?)Richard Biener1-1/+1
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska1-1/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-23mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.Richard Biener1-6/+7
2016-02-01Missing copyright for mem-stats header files.Martin Liska1-0/+20
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz1-1/+3
2015-11-24destroy values as well as keys when removing them from hash mapsTrevor Saunders1-1/+2
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-2/+1
2015-06-25ipa-icf.h (symbol_compare_hash): New class.Richard Sandiford1-5/+5
2015-06-25hash-map-traits.h: Include hash-traits.h.Richard Sandiford1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-30/+57
2015-06-03Fix memory report layout at various places.Martin Liska1-2/+2
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-29/+71
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+550