Searched refs:mem_malloc_start (Results 1 – 3 of 3) sorted by relevance
80 end = ALIGN(mem_malloc_start, MMU_SECTION_SIZE) - MMU_SECTION_SIZE; in noncached_init()
577 ulong mem_malloc_start = 0; variable593 if ((new < mem_malloc_start) || (new > mem_malloc_end)) in sbrk()603 mem_malloc_start = start; in mem_malloc_init()607 debug("using memory %#lx-%#lx for malloc()\n", mem_malloc_start, in mem_malloc_init()610 memset((void *)mem_malloc_start, 0x0, size); in mem_malloc_init()1263 if ((mem_malloc_start == 0) && (mem_malloc_end == 0)) {
955 extern ulong mem_malloc_start;