freebsd-dev/sys/ufs
dyson 46d4489773 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.
1997-09-21 04:24:27 +00:00
..
ffs [Regarding the previous patch] This is completely wrong. 1997-09-19 11:13:16 +00:00
lfs Convert select -> poll. 1997-09-14 02:58:12 +00:00
mfs Convert select -> poll. 1997-09-14 02:58:12 +00:00
ufs Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00