Searched refs:STRINGSIZE (Results 1 – 2 of 2) sorted by relevance
52 #define STRINGSIZE ((unsigned) 128)/* Dynamic allocation units */ macro87 if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s) in salloc()97 sp->s_topFree = malloc(STRINGSIZE << idx); in salloc()101 sp->s_nleft = STRINGSIZE << idx; in salloc()139 sp->s_nleft = STRINGSIZE << idx; in sreset()
43 const STRINGSIZE = 1024;