Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 12/05/2001 03:33:11
Module Name:	syssrc
Committed By:	enami
Date:		Wed Dec  5 01:33:10 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_amap.c

Log Message:
When initially allocating or extending arrays in struct uvm_amap,
adjust allocation size using malloc_roundup().  This eliminates many
unnecessary malloc/memcpy calls.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/uvm/uvm_amap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.