Searched refs:ALIGN_UP (Results 1 – 1 of 1) sorted by relevance
58 #define ALIGN_UP(x, n) (((size_t)(x) + (n) - 1) & ~((n) - 1)) macro60 #define ALIGN_UP_TO_PAGE_SIZE(p) ALIGN_UP(p, SYSTEM_PAGE_SIZE)