Home
last modified time | relevance | path

Searched refs:s_topFree (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/mail/
Dstrings.c62 char *s_topFree; /* Beginning of this area */ member
87 if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s) in salloc()
95 if (sp->s_topFree == NULL) { in salloc()
97 sp->s_topFree = malloc(STRINGSIZE << idx); in salloc()
98 if (sp->s_topFree == NULL) in salloc()
100 sp->s_nextFree = sp->s_topFree; in salloc()
136 if (sp->s_topFree == NULL) in sreset()
138 sp->s_nextFree = sp->s_topFree; in sreset()
154 sp->s_topFree = NULL; in spreserve()