Jason Evans 2d07e432d4 Modify allocation policy, in order to avoid excessive fragmentation for
allocation patterns that involve a relatively even mixture of many
different size classes.

Reduce the chunk size from 16 MB to 2 MB.  Since chunks are now carved up
using an address-ordered first best fit policy, VM map fragmentation is
much less likely, which makes smaller chunks not as much of a risk.  This
reduces the virtual memory size of most applications.

Remove redzones, since program buffer overruns are no longer as likely to
corrupt malloc data structures.

Remove the C MALLOC_OPTIONS flag, and add H and S.
2006-03-17 09:00:27 +00:00
..
2006-02-26 23:01:11 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2004-07-06 13:58:45 +00:00
2004-02-23 03:30:02 +00:00
2003-09-14 13:41:59 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00