CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/27 22:56:38
Modified files: lib/libc/stdlib: malloc.c Log message: 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@