]> gcc.gnu.org Git - gcc.git/commit - gcc/ggc-common.c
ggc.h (struct ggc_statistics): New type.
authorMark Mitchell <mark@codesourcery.com>
Fri, 29 Oct 1999 04:17:33 +0000 (04:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 29 Oct 1999 04:17:33 +0000 (04:17 +0000)
commit3277221c451318748ffe73c4205ca474fd0b806c
tree8885ce2ea35f645ae60061b2f77bd345ad926d71
parent13e8cf822f1c3b7bf2a3b213036c0f250e02296a
ggc.h (struct ggc_statistics): New type.

* ggc.h (struct ggc_statistics): New type.
(ggc_get_size): New function.
(ggc_print_statistics): Likewise.
* ggc-common.c (ggc_stats): New variable.
(ggc_mark_rtx_children): Keep statistics.
(ggc_mark_tree_children): Likewise.
(ggc_print_statistics): New function.
* ggc-page.c (struct globals): Add bytes_mapped field.
(alloc_anon): Update it.
(release_pages): Likewise.
(ggc_get_size): New function.
(ggc_page_print_statistics): New function.
* ggc-simple.c (ggc_get_size): New function.

From-SVN: r30251
gcc/ChangeLog
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc-simple.c
gcc/ggc.h
This page took 0.057393 seconds and 5 git commands to generate.