Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c1714 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size)); in malloc_extend_top() local
1732 (brk < old_end && old_top != initial_top)) in malloc_extend_top()
1737 if (brk == old_end /* can just add bytes to current top, unless in malloc_extend_top()
1739 && ((uintptr_t)old_end & (pagesz - 1)) == 0) in malloc_extend_top()
1749 sbrked_mem += brk - (char*)old_end; in malloc_extend_top()