[uClibc-cvs] cvs commit to uClibc/libc/stdlib/malloc by andersen
andersen at codepoet.org
andersen at codepoet.org
Thu Jul 18 15:00:07 UTC 2002
Repository: uClibc/libc/stdlib/malloc
who: andersen
time: Thu Jul 18 09:00:06 MDT 2002
Log Message:
Miles Bader implemented a new mmap based malloc which is much
smarter than the old "malloc-simple", and actually works, unlike
the old "malloc". So kill the old "malloc-simple" and the old
"malloc" and replace them with Miles' new malloc implementation.
Update Config files to match. Thanks Miles!
Files:
changed: Makefile malloc.c
removed: alloc.c avlmacro.h
added: calloc.c free.c heap.h heap_alloc.c heap_alloc_at.c heap_append_free.c heap_free.c malloc.h realloc.c
More information about the uClibc-cvs
mailing list