Searched refs:mem_malloc_end (Results 1 – 1 of 1) sorted by relevance
575 ulong mem_malloc_end = 0; variable586 if ((new < mem_malloc_start) || (new > mem_malloc_end)) in sbrk()604 mem_malloc_end = mem_malloc_start + size; in mem_malloc_init()612 mem_malloc_end); in mem_malloc_init()1274 if ((mem_malloc_start == 0) && (mem_malloc_end == 0)) {
Completed in 9 milliseconds