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