|
GCC Middle and Back End API Reference
|
#include <alloc-pool.h>
Data Fields | |
| unsigned long | created |
| unsigned long | allocated |
| unsigned long | current |
| unsigned long | peak |
| int | elt_size |
Store information about each particular alloc_pool. Note that this will underestimate the amount the amount of storage used by a small amount: 1) The overhead in a pool is not accounted for. 2) The unallocated elements in a block are not accounted for. Note that this can at worst case be one element smaller that the block size for that pool.
| unsigned long alloc_pool_descriptor::allocated |
| unsigned long alloc_pool_descriptor::created |
| unsigned long alloc_pool_descriptor::current |
| int alloc_pool_descriptor::elt_size |
| unsigned long alloc_pool_descriptor::peak |