Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
header_s Struct Reference

Public Attributes

uint16_t size: 15
 
uint16_t allocated: 1
 
uint16_t phys_prev
 physical previous chunk
 
uint16_t fprev
 previous free chunk in the same segment
 
uint16_t fnext
 next free chunk in the same segment
 

Detailed Description

Definition at line 61 of file mem_alloc.c.

Member Data Documentation

◆ allocated

uint16_t header_s::allocated

Definition at line 63 of file mem_alloc.c.

◆ fnext

uint16_t header_s::fnext

next free chunk in the same segment

Definition at line 68 of file mem_alloc.c.

◆ fprev

uint16_t header_s::fprev

previous free chunk in the same segment

Definition at line 67 of file mem_alloc.c.

◆ phys_prev

uint16_t header_s::phys_prev

physical previous chunk

Definition at line 65 of file mem_alloc.c.

◆ size

uint16_t header_s::size

Definition at line 62 of file mem_alloc.c.


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