diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-15 13:20:42 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-15 13:20:42 +0000 |
| commit | cb331b0ee085bc2ba1663399fc7049849e177280 (patch) | |
| tree | f37ca0dc6b692af86266eec71c3c3fe1a107c0e8 /lib/libc/stdlib/malloc.3 | |
| parent | cc0d1d660c1eb03c51da76b827d52317f832deb2 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 123a7a5db763..1ec4b6e74544 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id: malloc.3,v 1.19 1999/08/14 07:33:15 chris Exp $ +.\" $Id: malloc.3,v 1.17.2.2 1999/08/14 07:34:38 chris Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -274,7 +274,7 @@ is still available and intact. The .Fn free function returns no value. -.Sh "DEBUGGING MALLOC PROBLEMS" +.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, @@ -333,7 +333,7 @@ would be prohibitive. There are a number of allocation implementations available on the 'Net which focus on detecting and pinpointing problems by trading performance for extra sanity checks and detailed diagnostics. -.Sh "DIAGNOSTIC MESSAGES +.Sh DIAGNOSTIC MESSAGES If .Fn malloc , .Fn calloc , |
