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 alignes.
Definition at line 154 of file mem.c.
Field Documentation
index (-> ram[next]) of the next struct
Definition at line 156 of file mem.c.
index (-> ram[next]) of the next struct
Definition at line 158 of file mem.c.
1: this area is used; 0: this area is unused
Definition at line 160 of file mem.c.
The documentation for this struct was generated from the following file:
- libraries/liblwip/source/lwip_1.3.2/src/core/mem.c