Home | History | Annotate | Download | only in apps

Lines Matching refs:alloced

529 	size_t	alloced;
543 wbuf->alloced = 1024;
588 if (inl > (num = wbuf->alloced))
596 wbuf->alloced = num;