SBMALLOC
newbuf = SBMALLOC(newsize, SBUF_MALLOCFLAG(s));
s = SBMALLOC(sizeof(*s),
s->s_buf = SBMALLOC(s->s_size, SBUF_MALLOCFLAG(s));