View | Details | Raw Unified | Return to bug 31365
Collapse All | Expand All

(-)malloc.3 Thu Oct 18 14:19:36 2001 (-2 / +3 lines)
Lines 420-428 Link Here
420
has been modified.
420
has been modified.
421
.It "pointer to wrong page"
421
.It "pointer to wrong page"
422
The pointer that
422
The pointer that
423
.Fn malloc
423
.Fn realloc ,
424
.Fn free
424
or
425
or
425
.Fn calloc
426
.Fn reallocf
426
is trying to free does not reference a possible page.
427
is trying to free does not reference a possible page.
427
.It "recursive call"
428
.It "recursive call"
428
A process has attempted to call an allocation function recursively.
429
A process has attempted to call an allocation function recursively.

Return to bug 31365