Searched refs:SBRK_ALIGN (Results 1 – 1 of 1) sorted by relevance
52 #define SBRK_ALIGN 32 macro61 start = (char*)round_up((uintptr_t)__libc_brk, SBRK_ALIGN); in sbrk()62 end = (char*)round_up((uintptr_t)(start + increment), SBRK_ALIGN); in sbrk()