aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2006-02-01 14:33:14 +0000
committerJoel Dahl <joel@FreeBSD.org>2006-02-01 14:33:14 +0000
commitfbf9b468d53247972564d3f3ec52b213156a3e94 (patch)
treef3dba38cd9f7d690e635c13ace0eb744aac914e5 /lib
parent7b97099d42d0e3af43395d93c4cd5d576cff8176 (diff)
downloadsrc-fbf9b468d53247972564d3f3ec52b213156a3e94.tar.gz
src-fbf9b468d53247972564d3f3ec52b213156a3e94.zip
Expand contractions.
Notes
Notes: svn path=/head/; revision=155181
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 9643a86d3ae2..ba11ca210e90 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -292,7 +292,7 @@ This works well with regard to threading scalability, but incurs some costs.
There is a small fixed per-arena overhead, and additionally, arenas manage
memory completely independently of each other, which means a small fixed
increase in overall memory fragmentation.
-These overheads aren't generally an issue, given the number of arenas normally
+These overheads are not generally an issue, given the number of arenas normally
used.
Note that using substantially more arenas than the default is not likely to
improve performance, mainly due to reduced cache performance.