Deleted Added
full compact
reallocf.3 (79754) reallocf.3 (81285)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the American National Standards Committee X3, on Information
6.\" Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 20 unchanged lines hidden (view full) ---

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
37.\" $FreeBSD: head/lib/libc/stdlib/malloc.3 79754 2001-07-15 07:53:42Z dd $
37.\" $FreeBSD: head/lib/libc/stdlib/malloc.3 81285 2001-08-08 11:48:28Z ru $
38.\"
39.Dd August 27, 1996
40.Dt MALLOC 3
41.Os
42.Sh NAME
43.Nm malloc , calloc , realloc , free , reallocf
44.Nd general purpose memory allocation functions
45.Sh LIBRARY

--- 344 unchanged lines hidden (view full) ---

390their meanings:
391.Pp
392.Bl -tag -width indent
393.It "(ES): mumble mumble mumble
394The allocation functions were compiled with
395.Dq EXTRA_SANITY
396defined, and an error was found during the additional error checking.
397Consult the source code for further information.
38.\"
39.Dd August 27, 1996
40.Dt MALLOC 3
41.Os
42.Sh NAME
43.Nm malloc , calloc , realloc , free , reallocf
44.Nd general purpose memory allocation functions
45.Sh LIBRARY

--- 344 unchanged lines hidden (view full) ---

390their meanings:
391.Pp
392.Bl -tag -width indent
393.It "(ES): mumble mumble mumble
394The allocation functions were compiled with
395.Dq EXTRA_SANITY
396defined, and an error was found during the additional error checking.
397Consult the source code for further information.
398.It "mmap(2) failed, check limits
398.It Xo
399.Xr mmap 2
400failed, check limits
401.Xc
399This most likely means that the system is dangerously overloaded or that
400the process' limits are incorrectly specified.
401.It "freelist is destroyed
402The internal free-list has been corrupted.
403.El
404.Pp
405.Bl -tag -width indent
406The following is a brief description of possible warning messages and

--- 77 unchanged lines hidden ---
402This most likely means that the system is dangerously overloaded or that
403the process' limits are incorrectly specified.
404.It "freelist is destroyed
405The internal free-list has been corrupted.
406.El
407.Pp
408.Bl -tag -width indent
409The following is a brief description of possible warning messages and

--- 77 unchanged lines hidden ---