X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=zone.h;h=74f20c6dd30fe3b78e1d1e9193024b2c10d691c5;hp=1d4118479a7be75f6265229994924853b6451cf8;hb=190a74cbf9792407ff3fc9abc9654f933fdeda8a;hpb=30334016020f54bb93999010bed118f5605b06bd;ds=sidebyside diff --git a/zone.h b/zone.h index 1d411847..74f20c6d 100644 --- a/zone.h +++ b/zone.h @@ -98,11 +98,11 @@ typedef struct mempool_s // POOLFLAG_* int flags; // total memory allocated in this pool (inside memheaders) - int totalsize; + size_t totalsize; // total memory allocated in this pool (actual malloc total) - int realsize; + size_t realsize; // updated each time the pool is displayed by memlist, shows change from previous time (unless pool was freed) - int lastchecksize; + size_t lastchecksize; // name of the pool char name[POOLNAMESIZE]; // linked into global mempool list