log src/mc-alloc.c @ 5587:3fde0e346ad7

age author description
Sun, 09 Oct 2011 09:51:57 +0100 Aidan Kehoe Mechanically change INT to FIXNUM in our sources.
Mon, 14 Feb 2011 22:43:46 +0100 Mats Lidell Merge with trunk.
Fri, 14 Jan 2011 23:16:18 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Wed, 09 Feb 2011 20:15:50 +0000 Aidan Kehoe Remove #'acons from cl.el, make the version in alloc.c visible to Lisp
Mon, 10 Jan 2011 20:00:57 +0000 Aidan Kehoe Replace some C++ comments with C89-style /* */ comments, mc-alloc.c
Mon, 05 Jul 2010 18:17:39 +0200 Marcus Crestani Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
Sat, 29 May 2010 07:10:49 +0200 Marcus Crestani Allocate lrecord arrays in own size class.
Sun, 21 Mar 2010 04:41:49 -0500 Ben Wing clean up, rearrange allocation statistics code
Thu, 18 Mar 2010 10:50:06 -0500 Ben Wing redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Mon, 15 Mar 2010 16:35:38 -0500 Ben Wing make lrecord UID's have a separate UID space for each object, resurrect debug SOE code in extents.c
Sun, 21 Feb 2010 20:58:45 -0600 Ben Wing fix build problem with pdump
Sat, 20 Feb 2010 23:56:01 -0600 Ben Wing merge
Sat, 20 Feb 2010 05:05:54 -0600 Ben Wing Fix quick-build, use asserts() in place of ABORT()
Mon, 15 Feb 2010 21:52:39 -0600 Ben Wing Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS