K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-09-21T04:24:27.000000Z K 7 svn:log V 370 Change the M_NAMEI allocations to use the zone allocator. This change plus the previous changes to use the zone allocator decrease the useage of malloc by half. The Zone allocator will be upgradeable to be able to use per CPU-pools, and has more intelligent usage of SPLs. Additionally, it has reasonable stats gathering capabilities, while making most calls inline. END