diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-10-09 10:27:56 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-10-09 10:27:56 +0000 |
commit | 306eedf9ae04d3bde9be48bda0d387432d530a73 (patch) | |
tree | 087b8fcb7a4c9a6522cb131ed4dd4dcd13be6180 /libc/stdlib/malloc-930716 | |
parent | 79a790a53f60ff71cf5b77d7afe4ff3d7731edde (diff) |
* Add support for uClinux's broken munmap, contingent on
__UCLIBC_UCLINUX_BROKEN_MUNMAP__ (which is currently not defined anywhere).
This makes other cases a tiny bit less efficient too.
* Move the malloc lock into the heap structure (locking is still done
at the malloc level though, not by the heap functions).
* Initialize the malloc heap to contain a tiny initial static free-area so
that programs that only do a very little allocation won't ever call mmap.
Diffstat (limited to 'libc/stdlib/malloc-930716')
0 files changed, 0 insertions, 0 deletions