STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Fields
mem Struct Reference

Data Fields

mem_size_t next
 
mem_size_t prev
 
u8_t used
 

Detailed Description

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.

Definition at line 179 of file mem.c.

Field Documentation

mem_size_t next

index (-> ram[next]) of the next struct

Definition at line 181 of file mem.c.

mem_size_t prev

index (-> ram[prev]) of the previous struct

Definition at line 183 of file mem.c.

u8_t used

1: this area is used; 0: this area is unused

Definition at line 185 of file mem.c.


The documentation for this struct was generated from the following file: