roundup_page
const size_t mmap_sz = roundup_page(sizeof(struct data));
const size_t bss_sz = roundup_page(sizeof(struct test_mmap__bss));
const size_t map_sz = roundup_page(sizeof(struct map_data));