diff options
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdlib/random.3 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index a42c8229ce94..f80e404c5f6b 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -293,7 +293,6 @@ The .Fn free function returns no value. .Sh DEBUGGING MALLOC PROBLEMS -.Pp The major difference between this implementation and other allocation implementations is that the free pages are not accessed unless allocated, and are aggressively returned to the kernel for reuse. diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index f128a50f38c9..daa834568ba5 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -182,7 +182,6 @@ These functions appeared in .Bx 4.2 . .Sh BUGS -.Pp About 2/3 the speed of .Xr rand 3 . .Pp |
