Embedded SDK
Embedded SDK
|
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] |
Definition at line 71 of file mem_alloc.c.
void* heap_t::end |
end of headp buffer, for consistency check
Definition at line 72 of file mem_alloc.c.
uint16_t heap_t::free_segments[NB_MAX_SEGMENTS *NB_SUB_SEGMENTS] |
Definition at line 74 of file mem_alloc.c.
size_t heap_t::nb_segs |
actual number of used segments
Definition at line 73 of file mem_alloc.c.