mem_TypeDef::mallocBase is only used within STemWin.
 
Symbols
loading...
Files
loading...

mem_TypeDef::mallocBase field

Syntax

uint32_t mallocBase;

References

LocationReferrerText
k_mem.h:40
uint32_t mallocBase; /* Memory pool base address */
k_mem.c:55k_MemInit()
memory_pool.mallocBase = MEM_BASE + sizeof(mem_TypeDef);
k_mem.c:87k_malloc()
return (void *)((memory_pool.mallocBase + (start << 10)) + 1 * sizeof(uint32_t));
k_mem.c:114k_free()
start = ((((uint32_t)p - sizeof(uint32_t)) - memory_pool.mallocBase) >> 10);

Data Use

Functions writing mem_TypeDef::mallocBase
Functions reading mem_TypeDef::mallocBase
all items filtered out
mem_TypeDef::mallocBase
all items filtered out
Type of mem_TypeDef::mallocBase
mem_TypeDef::mallocBase
uint32_t
all items filtered out