Searched refs:STRINGSIZE (Results 1 – 2 of 2) sorted by relevance
64 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()74 sp->s_topFree = malloc(STRINGSIZE << index); in salloc()78 sp->s_nleft = STRINGSIZE << index; in salloc()104 sp->s_nleft = STRINGSIZE << index; in sreset()
66 #define STRINGSIZE ((unsigned) 128)/* Dynamic allocation units */ macro