From 87dcb0582dceaa1c8094cad61b0dc243a795d726 Mon Sep 17 00:00:00 2001 From: joel Date: Wed, 1 Feb 2006 14:33:14 +0000 Subject: Expand contractions. --- lib/libc/stdlib/malloc.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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. -- cgit v1.1