![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Data Fields | |
mem_size_t | next |
mem_size_t | prev |
u8_t | used |
The heap is made up as a list of structs of this type. This does not have to be aligned since for getting its size, we only use the macro SIZEOF_STRUCT_MEM, which automatically aligns.
mem_size_t next |
mem_size_t prev |