Quake II RTX doxygen  1.0 dev
zhead_s Struct Reference

Public Attributes

uint16_t magic
 
uint16_t tag
 
size_t size
 
struct zhead_sprev
 
struct zhead_snext
 

Detailed Description

Definition at line 35 of file zone.c.

Member Data Documentation

◆ magic

uint16_t zhead_s::magic

Definition at line 36 of file zone.c.

Referenced by Z_Free(), Z_TagMalloc(), and Z_Validate().

◆ next

struct zhead_s * zhead_s::next

Definition at line 43 of file zone.c.

Referenced by Z_Free(), Z_FreeTags(), Z_Init(), Z_Realloc(), and Z_TagMalloc().

◆ prev

struct zhead_s* zhead_s::prev

Definition at line 43 of file zone.c.

Referenced by Z_Free(), Z_Init(), Z_Realloc(), and Z_TagMalloc().

◆ size

size_t zhead_s::size

Definition at line 38 of file zone.c.

Referenced by Z_CvarCopyString(), Z_Free(), Z_LeakTest(), Z_Realloc(), and Z_TagMalloc().

◆ tag

uint16_t zhead_s::tag

Definition at line 37 of file zone.c.

Referenced by Z_Free(), Z_FreeTags(), Z_LeakTest(), Z_Realloc(), Z_TagMalloc(), and Z_Validate().