Searched refs:MALLOC_PAGE_ALIGN (Results 1 – 4 of 4) sorted by relevance
34 if (s > MALLOC_MAXSIZE - MALLOC_PAGE_ALIGN) in pvalloc()40 return valloc(__align_up(s, MALLOC_PAGE_ALIGN)); in pvalloc()
34 return MALLOC_PAGE_ALIGN; in getpagesize()
34 return memalign(MALLOC_PAGE_ALIGN, s); in valloc()
105 #define MALLOC_PAGE_ALIGN (0x1000) macro