git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6097
d7cf8633-e32d-0410-b094-
e92efae38249
size_t realsize;
// updated each time the pool is displayed by memlist, shows change from previous time (unless pool was freed)
size_t lastchecksize;
- // name of the pool
- char name[POOLNAMESIZE];
// linked into global mempool list
struct mempool_s *next;
// parent object (used for nested memory pools)
// file name and line where Mem_AllocPool was called
const char *filename;
int fileline;
+ // name of the pool
+ char name[POOLNAMESIZE];
// should always be MEMHEADER_SENTINEL1
unsigned int sentinel2;
}