Public Attributes | |
uint16_t | magic |
uint16_t | tag |
size_t | size |
struct zhead_s * | prev |
struct zhead_s * | next |
uint16_t zhead_s::magic |
Definition at line 36 of file zone.c.
Referenced by Z_Free(), Z_TagMalloc(), and Z_Validate().
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().
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_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().
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().