[uClibc-cvs] uClibc/debian config,1.3,1.4

Erik Andersen andersen at uclibc.org
Tue Dec 30 10:40:49 UTC 2003


Update of /var/cvs/uClibc/debian
In directory nail:/tmp/cvs-serv5823/debian

Modified Files:
	config 
Log Message:
Rework malloc.  The new default implementation is based on dlmalloc from Doug
Lea.  It is about 2x faster than the old malloc-930716, and behave itself much
better -- it will properly release memory back to the system, and it uses a
combination of brk() for small allocations and mmap() for larger allocations.
 -Erik


Index: config
===================================================================
RCS file: /var/cvs/uClibc/debian/config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config	22 Dec 2003 08:53:21 -0000	1.3
+++ config	30 Dec 2003 10:40:47 -0000	1.4
@@ -45,7 +45,8 @@
 PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
-MALLOC_930716=y
+# MALLOC_SIMPLE is not set
+MALLOC_STANDARD=y
 MALLOC_GLIBC_COMPAT=y
 UCLIBC_DYNAMIC_ATEXIT=y
 HAS_SHADOW=y




More information about the uClibc-cvs mailing list