Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c596 ulong mem_malloc_end = 0; variable
614 if ((new < mem_malloc_start) || (new > mem_malloc_end)) in sbrk()
625 mem_malloc_end = start + size; in mem_malloc_init()
633 mem_malloc_end); in mem_malloc_init()
1319 if ((mem_malloc_start == 0) && (mem_malloc_end == 0)) {
/u-boot/include/
A Dmalloc.h997 extern ulong mem_malloc_end;

Completed in 11 milliseconds