T_ALIGN
#define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\
#define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t))