[uClibc-cvs] uClibc/libc/stdlib/malloc-930716 Makefile, 1.11, NONE README, 1.1, NONE malloc.c, 1.14, NONE malloc.h, 1.3, NONE memalign.c, 1.4, NONE realloc.c, 1.5, NONE
Erik Andersen
andersen at uclibc.org
Tue Dec 30 10:40:51 UTC 2003
Update of /var/cvs/uClibc/libc/stdlib/malloc-930716
In directory nail:/tmp/cvs-serv5823/libc/stdlib/malloc-930716
Removed Files:
Makefile README malloc.c malloc.h memalign.c realloc.c
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
--- realloc.c DELETED ---
--- memalign.c DELETED ---
--- malloc.h DELETED ---
--- Makefile DELETED ---
--- malloc.c DELETED ---
--- README DELETED ---
More information about the uClibc-cvs
mailing list