Date: Thu, 10 Jul 2003 17:01:03 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c subr_param.c src/sys/sys systm.h Message-ID: <200307110001.h6B013vr069214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2003/07/10 17:01:03 PDT FreeBSD src repository Modified files: sys/kern kern_malloc.c subr_param.c sys/sys systm.h Log: Add init_param3() to subr_param. This function is called immediately after the kernel map has been sized, and is the optimal place for the autosizing of memory allocations which occur within the kernel map to occur. Suggested by: bde Revision Changes Path 1.127 +5 -0 src/sys/kern/kern_malloc.c 1.59 +16 -26 src/sys/kern/subr_param.c 1.194 +1 -0 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307110001.h6B013vr069214>