[uClibc-cvs] cvs commit to uClibc/libc/stdlib/malloc by miles

miles at uclibc.org miles at uclibc.org
Tue Jul 23 06:50:42 UTC 2002


Repository: uClibc/libc/stdlib/malloc
who:        miles
time:       Tue Jul 23 00:50:41 MDT 2002


Log Message:

* Automatically try to unmap heap free-areas when they get very big.

* Instead of using mmap/munmap directly for large allocations, just use
  the heap for everything (this is reasonable now that heap memory can
  be unmapped).

* Use sbrk instead of mmap/munmap on systems with an MMU.


Files:

changed:    realloc.c malloc.h malloc.c heap_free.c heap.h free.c Makefile

removed:    heap_append_free.c




More information about the uClibc-cvs mailing list