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.