Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dsbrk.c32 #define SBRK_ALIGN 32 macro
46 start = (char*)(((long)__bionic_brk + SBRK_ALIGN-1) & ~(SBRK_ALIGN-1)); in sbrk()