mem_TypeDef::size is only used within MB1063.
 
Symbols
loading...
Files
loading...

mem_TypeDef::size field

Syntax

uint32_t size[MAX_PAGE_NUMBER];

References

LocationReferrerText
k_mem.h:41
uint32_t size[MAX_PAGE_NUMBER]; /* Sizes Table to allow safe deallocation */
k_mem.c:84k_malloc()
memory_pool.size[NewStart] = counter;
k_mem.c:115k_free()
counter = memory_pool.size[start];
k_mem.c:117k_free()
memory_pool.size[start] = 0;

Data Use

Functions reading mem_TypeDef::size
mem_TypeDef::size
all items filtered out
Type of mem_TypeDef::size
mem_TypeDef::size
uint32_t
all items filtered out