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

Public Attributes

void * end
 end of headp buffer, for consistency check
 
size_t nb_segs
 actual number of used segments
 
uint16_t free_segments [NB_MAX_SEGMENTS *NB_SUB_SEGMENTS]
 

Detailed Description

Definition at line 71 of file mem_alloc.c.

Member Data Documentation

◆ end

void* heap_t::end

end of headp buffer, for consistency check

Definition at line 72 of file mem_alloc.c.

◆ free_segments

uint16_t heap_t::free_segments[NB_MAX_SEGMENTS *NB_SUB_SEGMENTS]

Definition at line 74 of file mem_alloc.c.

◆ nb_segs

size_t heap_t::nb_segs

actual number of used segments

Definition at line 73 of file mem_alloc.c.


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