vkQuake2 doxygen  1.0 dev
zhead_s Struct Reference

Public Attributes

struct zhead_sprev
 
struct zhead_snext
 
short magic
 
short tag
 
int size
 

Detailed Description

Definition at line 1106 of file common.c.

Member Data Documentation

◆ magic

short zhead_s::magic

Definition at line 1109 of file common.c.

◆ next

struct zhead_s * zhead_s::next

Definition at line 1108 of file common.c.

Referenced by Qcommon_Init(), Z_FreeTags(), and Z_TagMalloc().

◆ prev

struct zhead_s* zhead_s::prev

Definition at line 1108 of file common.c.

Referenced by Qcommon_Init(), and Z_TagMalloc().

◆ size

int zhead_s::size

Definition at line 1111 of file common.c.

Referenced by Z_Malloc(), and Z_TagMalloc().

◆ tag

short zhead_s::tag

Definition at line 1110 of file common.c.

Referenced by Z_FreeTags(), and Z_TagMalloc().