summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-09-11 10:49:56 +0000
committerbrucec <brucec@FreeBSD.org>2010-09-11 10:49:56 +0000
commit7adc5f91cff836324150e37db070cf854b475e73 (patch)
tree9b0dbb739b35e3d9e69dd5c1d72fd4a2c349c473 /lib/libc/stdlib
parent6b5a9d0d4bcef5193a4b10feee02073eeb9ec0ff (diff)
downloadFreeBSD-src-7adc5f91cff836324150e37db070cf854b475e73.zip
FreeBSD-src-7adc5f91cff836324150e37db070cf854b475e73.tar.gz
Revert changes of 'assure' to 'ensure' made in r211936.
Approved by: rrs (mentor)
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 90781a1..2f21b6a 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -266,7 +266,7 @@ options are enabled, the allocator prefers anonymous mappings over the DSS,
but allocation only fails if memory cannot be acquired via either method.
If neither option is enabled, then the
.Dq M
-option is implicitly enabled in order to ensure that there is a method for
+option is implicitly enabled in order to assure that there is a method for
acquiring memory.
.It N
Double/halve the number of arenas.
@@ -437,7 +437,7 @@ rounded up to the nearest multiple of the chunk size.
.Pp
Allocations are packed tightly together, which can be an issue for
multi-threaded applications.
-If you need to ensure that allocations do not suffer from cacheline sharing,
+If you need to assure that allocations do not suffer from cacheline sharing,
round your allocation requests up to the nearest multiple of the cacheline
size.
.Sh DEBUGGING MALLOC PROBLEMS
OpenPOWER on IntegriCloud