Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c574 ulong mem_malloc_start = 0; variable
586 if ((new < mem_malloc_start) || (new > mem_malloc_end)) in sbrk()
603 mem_malloc_start = (ulong)map_sysmem(start, size); in mem_malloc_init()
604 mem_malloc_end = mem_malloc_start + size; in mem_malloc_init()
605 mem_malloc_brk = mem_malloc_start; in mem_malloc_init()
611 debug("using memory %#lx-%#lx for malloc()\n", mem_malloc_start, in mem_malloc_init()
614 memset((void *)mem_malloc_start, 0x0, size); in mem_malloc_init()
1274 if ((mem_malloc_start == 0) && (mem_malloc_end == 0)) {

Completed in 6 milliseconds