SHELL_ALIGN
nbytes = SHELL_ALIGN(nbytes);
int newlen = SHELL_ALIGN(stacknleft * 2 + 100);
len = SHELL_ALIGN(len);
bytes = SHELL_ALIGN(bytes);