dillon fdc78db606 Submitted by: Alan Cox
The vm_map_insert()/vm_object_coalesce() optimization has been extended
    to include OBJT_SWAP objects as well as OBJT_DEFAULT objects.  This is
    possible because it costs nothing to extend an OBJT_SWAP object with
    the new swapper.  We can't do this with the old swapper.  The old swapper
    used a linear array that would have had to have been reallocated, costing
    time as well as a potential low-memory deadlock.
1999-02-03 01:57:17 +00:00
..
1999-01-26 02:49:52 +00:00
1998-02-06 12:14:30 +00:00
1999-02-03 01:57:17 +00:00
1999-01-26 02:49:52 +00:00
1999-01-26 02:49:52 +00:00
1999-02-03 01:57:17 +00:00
1999-01-10 01:58:29 +00:00
1999-01-10 01:58:29 +00:00