Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dregional.c51 #define ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro
75 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()