diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-09-05 13:15:35 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-09-05 13:15:35 +0000 |
commit | 58893ccd95f261fac3a2526daf5bd177ab2f6c9d (patch) | |
tree | ba42ca616cf3798b3275bfde6d8dd4485befc4e5 /share | |
parent | 4409672c52d1805938cab527eee41e97b230d134 (diff) |
remove remaining MALLOC/FREE bits
spotted by jmc@
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index cf19862e383..4c323d161a4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.189 2008/07/27 21:14:31 jmc Exp $ +.\" $OpenBSD: options.4,v 1.190 2008/09/05 13:15:34 chl Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 27 2008 $ +.Dd $Mdocdate: September 5 2008 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -529,12 +529,6 @@ and The kernel memory allocator, .Xr malloc 9 , will keep statistics on its performance if this option is enabled. -Unfortunately, this option therefore essentially disables -.Fn MALLOC -and -.Fn FREE -forms of the memory allocator, which are used to enhance the -performance of certain critical sections of code in the kernel. This option therefore can lead to a significant decrease in the performance of certain code in the kernel if enabled. Examples of such code include the |