The linked list structure is used to link free blocks in order of their memory address.
Data Fields | |
struct HEAP_BLOCK_LINK * | pxNextFreeBlock |
size_t | xBlockSize |
struct HEAP_BLOCK_LINK* HeapBlockLink_t::pxNextFreeBlock |
size_t HeapBlockLink_t::xBlockSize |