Searched refs:s_topFree (Results 1 – 2 of 2) sorted by relevance
65 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()73 if (sp->s_topFree == NULL) { in salloc()75 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL) in salloc()77 sp->s_nextFree = sp->s_topFree; in salloc()101 if (sp->s_topFree == NULL) in sreset()103 sp->s_nextFree = sp->s_topFree; in sreset()119 sp->s_topFree = NULL; in spreserve()
93 char *s_topFree; /* Beginning of this area */ member