struct mm_region* region = valloc(sizeof(struct mm_region));
*region =
(struct mm_region){ .attr = attr, .start = start, .end = end - 1 };
struct mm_region* region = valloc(sizeof(struct mm_region));
*region =
(struct mm_region){ .attr = attr, .start = start, .end = end - 1 };