Home
last modified time | relevance | path

Searched refs:startsize (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcommon.cpp731 void SZ_Alloc (sizebuf_t *buf, int startsize) in SZ_Alloc() argument
733 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()
Dcommon.h48 void SZ_Alloc (sizebuf_t *buf, int startsize);