From 8b0b9c612796dc405672e854c573f20961f9bd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 6 Oct 2019 00:00:00 +0000 Subject: [PATCH] 05f9a1f4bed304f89b820ac30a690e669a8a0d35 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 960c482..65cefd9 100644 --- a/index.html +++ b/index.html @@ -21491,7 +21491,7 @@ echo 1 > /proc/sys/vm/overcommit_memory

Basic mmap example, do the same as userland/c/malloc.c, but with mmap.

-

Example: userland/linux/mmap_anonymous.c[]

+

Example: userland/linux/mmap_anonymous.c

In POSIX 7 mmap always maps to a file.