Searched refs:startsize (Results 1 – 2 of 2) sorted by relevance
731 void SZ_Alloc (sizebuf_t *buf, int startsize) in SZ_Alloc() argument733 if (startsize < 256) in SZ_Alloc()734 startsize = 256; in SZ_Alloc()735 buf->data = (byte*) Hunk_AllocName (startsize, "sizebuf"); in SZ_Alloc()736 buf->maxsize = startsize; in SZ_Alloc()
48 void SZ_Alloc (sizebuf_t *buf, int startsize);