Module Name: src Committed By: thorpej Date: Mon Aug 31 02:43:14 UTC 1998 Modified Files: src/sys/uvm: uvm_amap.c Log Message: Allocate vm_anon arrays from kernel_map, not via MALLOC(). Helps relieve much of UVM's kmem_map usage.