Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Document MALLOC_NOINLINE
details: https://anonhg.NetBSD.org/src/rev/3366a1047ca4
branches: trunk
changeset: 533719:3366a1047ca4
user: abs <abs%NetBSD.org@localhost>
date: Mon Jul 08 10:37:04 2002 +0000
description:
Document MALLOC_NOINLINE
diffstat:
share/man/man4/options.4 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 4eca5506d008 -r 3366a1047ca4 share/man/man4/options.4
--- a/share/man/man4/options.4 Mon Jul 08 09:00:56 2002 +0000
+++ b/share/man/man4/options.4 Mon Jul 08 10:37:04 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.176 2002/07/05 18:33:20 mason Exp $
+.\" $NetBSD: options.4,v 1.177 2002/07/08 10:37:04 abs Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -830,6 +830,12 @@
Do not inline the VOP_*() calls in the kernel.
On i386 GENERIC, this saves 36k of kernel text. Useful
for install media kernels, small memory systems and embedded systems.
+.It Cd options MALLOC_NOINLINE
+Time critical fixed size memory allocation is performed with MALLOC() and
+FREE(). Normally these expand to inline code, but with
+.Em MALLOC_NOINLINE
+these call the normal malloc() and free() functions. Useful
+for install media kernels, small memory systems and embedded systems.
.It Cd options HZ=integer
On ports that support it, set the system clock frequency (see
.Xr hz 9 )
Home |
Main Index |
Thread Index |
Old Index