SPT_ALIGN
# define SPT_ALIGN(x, align) (((((x) + SPT_ALIGN_SIZE) >> (align)) << (align)) - 1)
# define SPT_ALIGN(x, align) (x)