mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
readme: mmap anonymous
This commit is contained in:
@@ -13099,7 +13099,7 @@ Linux adds has several POSIX extension flags to it.
|
|||||||
|
|
||||||
Basic `mmap` example, do the same as link:userland/c/malloc.c[], but with `mmap`.
|
Basic `mmap` example, do the same as link:userland/c/malloc.c[], but with `mmap`.
|
||||||
|
|
||||||
Example: userland/linux/mmap_anonymous.c[]
|
Example: link:userland/linux/mmap_anonymous.c[]
|
||||||
|
|
||||||
In POSIX 7 mmap always maps to a file.
|
In POSIX 7 mmap always maps to a file.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user