Garrett Wollman 3d4d47f398 Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates
its own zone; this is used particularly by TCP which allocates both inpcb and
tcpcb in a single allocation.  (Some hackery ensures that the tcpcb is
reasonably aligned.)  Also keep track of the number of pcbs of each type
allocated, and keep a generation count (instance version number) for future
use.
1998-03-24 18:06:34 +00:00
..
1998-02-06 12:14:30 +00:00
1998-01-08 23:42:31 +00:00
1998-01-08 23:42:31 +00:00
1998-02-06 12:14:30 +00:00
1998-02-25 02:35:35 +00:00
1998-02-09 06:11:36 +00:00
1997-11-16 05:55:52 +00:00
1998-02-26 08:31:53 +00:00
1998-03-21 10:11:54 +00:00
1998-01-08 23:42:31 +00:00
1998-02-20 13:37:40 +00:00