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