Lhogho
0.0.027
|
statistics structure More...
Data Fields | |
int | allocs |
total number of allocations | |
int | deallocs |
total number of deallocations | |
int | max |
MAX(allocs-deallocs) |
This structure contains statistics for allocation and deallocation of a given atom type. It is used as an element of the stats[] array.
int allocs |
int deallocs |
int max |