STRINGSIZE
sp->s_nleft = STRINGSIZE << idx;
if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s)
sp->s_topFree = malloc(STRINGSIZE << idx);