Jeff Roberson 5e914b96b9 Finish adding support code for sysctl kern.mprof. This dumps some malloc
information related to bucket size effeciency.  Three things are printed on
each row:

Size is the size the user actually asked for rounded to 16 bytes.
Requests is the number of times this size was asked for.
Real Size is the size we actually handed out.

At the end the total memory used and total waste is displayed.  Currently my
system displays about 33% wasted memory.

The intent of this code is to gather statistics for tuning the malloc bucket
sizes.  It is not intended to be run with INVARIANTS and it is not entirely
mp safe.  It can be enabled via 'options MALLOC_PROFILE' which was commited
earlier.
2002-04-15 05:24:01 +00:00
..
2002-04-14 07:07:09 +00:00
2002-04-12 15:49:30 +00:00
2002-03-20 05:14:42 +00:00
2002-04-14 23:18:40 +00:00
2002-04-14 16:52:14 +00:00
2002-04-14 05:37:18 +00:00
2002-04-14 16:52:14 +00:00
2002-03-20 02:39:27 +00:00
2002-03-20 10:12:07 +00:00
2002-04-11 09:45:41 +00:00
2002-03-19 22:20:14 +00:00
2002-04-15 04:05:53 +00:00
2002-04-01 19:22:04 +00:00