Searched refs:high_brk (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dsbrk.c125 uintptr_t high_brk; local
153 high_brk = ret_brk + min_size;
154 new_brk = P2ROUNDUP(high_brk, high_align);
159 if (ret_brk < old_brk || high_brk < ret_brk || new_brk < high_brk) {

Completed in 17 milliseconds