Home
last modified time | relevance | path

Searched defs:heap_start_addr (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/kernel/non_os/malloc/
Dmalloc.c65 void malloc_init(uintptr_t heap_start_addr, uintptr_t heap_end_addr) in malloc_init()
88 void rom_malloc_init(uint32_t heap_start_addr, uint32_t heap_end_addr) in rom_malloc_init()
Dmalloc.h32 uintptr_t heap_start_addr; /* 堆空间起始地址 */ member