log src/lib/mempool-system-clean.c @ 9532:00cd9aacd03c HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Sun, 26 Jul 2009 20:13:18 -0400 Timo Sirainen Don't include malloc.h if it doesn't have malloc_usable_size(). HEAD
Thu, 15 Jan 2009 21:36:26 -0500 Timo Sirainen mempool system clean: Don't break if realloc() shrinks the memory area. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 22 Sep 2008 21:08:26 +0300 Timo Sirainen If memory allocation fails, log how large allocation we were trying to do. HEAD
Thu, 19 Jun 2008 01:41:42 +0300 Timo Sirainen Don't use malloc_usable_size() for clearing out memory before freeing it. HEAD
Fri, 13 Jun 2008 10:07:09 +0300 Timo Sirainen FreeBSD compile warning fix. HEAD
Fri, 13 Jun 2008 10:05:55 +0300 Timo Sirainen Removed accidentally committed debug code. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 17 Nov 2007 08:13:03 +0200 Timo Sirainen Use likely() and unlikely() macros to make commonly checked error handling HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 22 Mar 2007 00:49:37 +0200 Timo Sirainen Actually use MEM_ALIGN_SIZE to get the alignment right HEAD
Thu, 22 Mar 2007 00:40:15 +0200 Timo Sirainen Use 64bit alignment always HEAD
Thu, 22 Mar 2007 00:34:12 +0200 Timo Sirainen Crashfix for systems without malloc_usable_size() HEAD
Sun, 18 Mar 2007 03:57:11 +0200 Timo Sirainen Added system_clean_pool. default_pool is now set statically, so it can be HEAD