memPool_s Struct Reference

#include <mem.h>

Collaboration diagram for memPool_s:
Collaboration graph
[legend]

Data Fields

char name [MEM_MAX_POOLNAME]
qboolean inUse
memBlock_tblocks [MEM_HASH]
uint32_t blockCount
uint32_t byteCount
const char * createFile
int createLine

Detailed Description

Definition at line 56 of file mem.h.


Field Documentation

Total allocated blocks

Definition at line 62 of file mem.h.

Referenced by _Mem_Alloc(), _Mem_CheckPoolIntegrity(), _Mem_CreatePool(), _Mem_Free(), and _Mem_FreePool().

Total allocated bytes

Definition at line 63 of file mem.h.

Referenced by _Mem_Alloc(), _Mem_CheckPoolIntegrity(), _Mem_CreatePool(), _Mem_Free(), _Mem_FreePool(), and _Mem_PoolSize().

const char* memPool_s::createFile

File this pool was created on

Definition at line 65 of file mem.h.

Referenced by _Mem_CreatePool().

Line this pool was created on

Definition at line 66 of file mem.h.

Referenced by _Mem_CreatePool().

char memPool_s::name[MEM_MAX_POOLNAME]

The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2