Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dregion-allocator.c27 #define REGION_ALIGN_UP(x, s) (((x) + s - 1) & (~(s - 1))) macro
34 #define REGION_ALIGN_UP(x, s) ((x)<SIZEOF_VOIDP?SIZEOF_VOIDP:(x)) macro
260 aligned_size = REGION_ALIGN_UP(size, ALIGNMENT); in region_alloc()
442 aligned_size = REGION_ALIGN_UP(size, ALIGNMENT); in region_recycle()