Home
last modified time | relevance | path

Searched refs:mem_malloc_end (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c578 ulong mem_malloc_end = 0; variable
593 if ((new < mem_malloc_start) || (new > mem_malloc_end)) in sbrk()
604 mem_malloc_end = start + size; in mem_malloc_init()
608 mem_malloc_end); in mem_malloc_init()
1263 if ((mem_malloc_start == 0) && (mem_malloc_end == 0)) {
/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h955 extern ulong mem_malloc_end;
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map