Searched refs:STRINGSIZE (Results 1 – 3 of 3) sorted by relevance
71 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()81 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL) in salloc()84 sp->s_nleft = STRINGSIZE << index; in salloc()110 sp->s_nleft = STRINGSIZE << index; in sreset()
63 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro
44 const STRINGSIZE = 1024;