]> icculus.org git repositories - divverent/darkplaces.git/history - zone.h
check if FNDELAY is defined instead of checking WIN32
[divverent/darkplaces.git] / zone.h
2009-12-21 havocadded mem_bigendian variable
2009-11-29 havocadded Mem_Memalign function
2009-11-13 havocrewrote clump allocation system, added an experimental...
2009-11-11 havocimproving MEMCLUMP handling
2009-08-07 divverentfor now, turn off MEMPARANOIA
2009-06-16 divverentMUCH more paranoid memory checking (use random address...
2008-07-23 divverentadd apparently not yet working optimization flags to...
2007-12-17 resMove Mem_strdup into zone.c
2007-12-17 resDynamically allocate Q3 shader texture frames.
2007-04-18 havocadded Mem_ExpandableArray_IndexRange and
2007-04-18 havocadded Mem_ExpandableArray functions, which are not...
2006-03-11 havocmoved name in memory pools to a different part of the...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-08-15 havocadded more developer_memorydebug sentinel checks, and...
2005-07-05 havocuse size_t even more
2005-07-05 havocuse size_t more
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-10-21 black- Added Mem_IsAllocated.
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-07-22 havocexpose the developer_memory and developer_memorydebug...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-09-11 havocwhitespace
2002-09-11 havocmemheaders are now doubly linked, so Mem_Free goes...
2002-09-06 havocmempools now have sentinel checks, for completeness
2002-07-29 havocdisabled memory clumping, which surprisingly improves...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-04-11 lordhavocremoved silly uses of 'long' (now int, or qbyte *,...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-01-19 lordhavocimproved error reporting on memory functions
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
2000-08-22 lordhavocInitial revision