summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2006-02-01 14:33:14 +0000
committerjoel <joel@FreeBSD.org>2006-02-01 14:33:14 +0000
commit87dcb0582dceaa1c8094cad61b0dc243a795d726 (patch)
treef3dba38cd9f7d690e635c13ace0eb744aac914e5 /lib
parentfb47ff4774cefc7b86271e444b0c555fded2a40a (diff)
downloadFreeBSD-src-87dcb0582dceaa1c8094cad61b0dc243a795d726.zip
FreeBSD-src-87dcb0582dceaa1c8094cad61b0dc243a795d726.tar.gz
Expand contractions.
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 9643a86..ba11ca2 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.
OpenPOWER on IntegriCloud