Searched refs:SZ_Alloc (Results 1 – 5 of 5) sorted by relevance
48 void SZ_Alloc (sizebuf_t *buf, int startsize);
75 SZ_Alloc (&cmd_text, 8192); // space for commands and script files in Cbuf_Init()
719 SZ_Alloc (&cls.message, 1024); in CL_Init()
851 SZ_Alloc (&net_message, NET_MAXMESSAGE); in NET_Init()
731 void SZ_Alloc (sizebuf_t *buf, int startsize) in SZ_Alloc() function