summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/malloc.3')
-rw-r--r--src/lib/libc/stdlib/malloc.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 9bd498ab50..b35b9220f6 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,9 +30,9 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.129 2022/03/31 17:27:16 naddy Exp $ 33.\" $OpenBSD: malloc.3,v 1.130 2023/04/01 18:47:51 otto Exp $
34.\" 34.\"
35.Dd $Mdocdate: March 31 2022 $ 35.Dd $Mdocdate: April 1 2023 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -293,7 +293,8 @@ order to have any effect.
293.It Cm F 293.It Cm F
294.Dq Freecheck . 294.Dq Freecheck .
295Enable more extensive double free and use after free detection. 295Enable more extensive double free and use after free detection.
296All chunks in the delayed free list will be checked for double frees. 296All chunks in the delayed free list will be checked for double frees and
297write after frees.
297Unused pages on the freelist are read and write protected to 298Unused pages on the freelist are read and write protected to
298cause a segmentation fault upon access. 299cause a segmentation fault upon access.
299.It Cm G 300.It Cm G