ConicBundle
|
holds the information of one allocated block and serves as an item in the singly linked lists More...
Public Attributes | |
Entry * | next |
points to the next entry in the list | |
char * | addr |
points to the allocated block | |
long | size |
gives the size of the allocated block | |
int | index |
gives the index of the size group of this block | |
holds the information of one allocated block and serves as an item in the singly linked lists