Searched refs:ALIGN_UP (Results 1 – 1 of 1) sorted by relevance
51 #define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro75 size_t a = ALIGN_UP(sizeof(struct regional), ALIGNMENT); in regional_init()87 size = ALIGN_UP(size, ALIGNMENT); in regional_create_custom()135 a = ALIGN_UP(size, ALIGNMENT); in regional_alloc()