GCC Middle and Back End API Reference
loc_descriptor Struct 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

Detailed Description

   Datastructure used to store per-call-site statistics.  

Field Documentation

size_t loc_descriptor::allocated

Referenced by ggc_record_overhead().

size_t loc_descriptor::collected

Referenced by ggc_record_overhead().

const char* loc_descriptor::file
size_t loc_descriptor::freed

Referenced by ggc_record_overhead().

const char* loc_descriptor::function
int loc_descriptor::line
size_t loc_descriptor::overhead

Referenced by ggc_record_overhead().

int loc_descriptor::times

The documentation for this struct was generated from the following file: