CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/06 08:37:04
Modified files:
lib/libc/stdlib: malloc.c
Log message:
Make struct chunk_info a variable sized struct, wasting less
space for meta data by only allocating space actually needed for
the bitmap (modulo alignment requirements). ok deraadt@
