_ALIGN
size = _ALIGN(size + minexpand, EXPAND_GRANULARITY);
#define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)