cvs commit: src/sys/kern kern_malloc.c subr_param.c src/sys/sys
systm.h
Mike Silbersack
silby at FreeBSD.org
Thu Jul 10 17:01:04 PDT 2003
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
More information about the cvs-src
mailing list