Almost complete rewrite of malloc, to have a more efficient data
authorotto <otto@openbsd.org>
Mon, 28 Jul 2008 04:56:38 +0000 (04:56 +0000)
committerotto <otto@openbsd.org>
Mon, 28 Jul 2008 04:56:38 +0000 (04:56 +0000)
commit911180460a6520b3807460475293df5ad7a4ab5f
treefb1694d787afcabb28877602f01b60665c2c8752
parent76e53451cf5fea5f1b6044efe8581bbc9f4e3475
Almost complete rewrite of malloc, to have a more efficient data
structure of tracking pages returned by mmap(). Lots of testing by
lots of people, thanks to you all.
ok djm@ (for a slighly earlier version) deraadt@
lib/libc/stdlib/malloc.c