|
GCC Middle and Back End API Reference
|
Data Fields | |
| const char * | file |
| int | line |
| const char * | function |
| int | times |
| size_t | allocated |
| size_t | overhead |
| size_t | freed |
| size_t | collected |
Datastructure used to store per-call-site statistics.
| size_t loc_descriptor::allocated |
| size_t loc_descriptor::collected |
Referenced by cmp_statistic(), dump_ggc_loc_statistics(), and ggc_prune_ptr().
| const char* loc_descriptor::file |
Referenced by dump_ggc_loc_statistics(), loc_desc_hasher::equal(), and make_loc_descriptor().
| size_t loc_descriptor::freed |
Referenced by cmp_statistic(), dump_ggc_loc_statistics(), final_cmp_statistic(), and ggc_free_overhead().
| const char* loc_descriptor::function |
Referenced by dump_ggc_loc_statistics(), loc_desc_hasher::equal(), loc_desc_hasher::hash(), and make_loc_descriptor().
| int loc_descriptor::line |
Referenced by dump_ggc_loc_statistics(), loc_desc_hasher::equal(), loc_desc_hasher::hash(), and make_loc_descriptor().
| size_t loc_descriptor::overhead |
Referenced by cmp_statistic(), dump_ggc_loc_statistics(), final_cmp_statistic(), and ggc_record_overhead().
| int loc_descriptor::times |
Referenced by dump_ggc_loc_statistics(), and ggc_record_overhead().