Public Attributes | |
struct zhead_s * | prev |
struct zhead_s * | next |
short | magic |
short | tag |
int | size |
struct zhead_s * zhead_s::next |
Definition at line 1108 of file common.c.
Referenced by Qcommon_Init(), Z_FreeTags(), and Z_TagMalloc().
struct zhead_s* zhead_s::prev |
Definition at line 1108 of file common.c.
Referenced by Qcommon_Init(), and Z_TagMalloc().
int zhead_s::size |
Definition at line 1111 of file common.c.
Referenced by Z_Malloc(), and Z_TagMalloc().
short zhead_s::tag |
Definition at line 1110 of file common.c.
Referenced by Z_FreeTags(), and Z_TagMalloc().