Auxiliary information about an aligned memory allocation. More...
Public Attributes | |
void * | alloc_addr |
struct free_list * | source |
env_size_t | alloc_nbytes |
char | pad [NALIGN-sizeof(void *)-sizeof(struct free_list *)-sizeof(env_size_t)] |
Auxiliary information about an aligned memory allocation.
Definition at line 72 of file env_alloc.c.