GCC Middle and Back End API Reference
|
Data Fields | |
ALLOC_POOL_ID_TYPE | id |
union { | |
char data [1] | |
char * align_p | |
HOST_WIDEST_INT align_i | |
} | u |
The internal allocation object.
HOST_WIDEST_INT allocation_object_def::align_i |
char* allocation_object_def::align_p |
char allocation_object_def::data[1] |
Referenced by create_alloc_pool(), pool_alloc(), and pool_free().
ALLOC_POOL_ID_TYPE allocation_object_def::id |
union { ... } allocation_object_def::u |