incubator-nuttx/fs/mmap
ouyangxiangzhen 0451ead2c5 fs/mmap: Ensure anonymous pages are initialized to zero
According to the mmap(2) specification, anonymous pages should be initialized to zero unless the MAP_UNINITIALIZED is specified.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
2024-09-13 09:10:21 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
fs_anonmap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_anonmap.h
fs_mmap.c fs/mmap: Ensure anonymous pages are initialized to zero 2024-09-13 09:10:21 +08:00
fs_mmisc.c
fs_munmap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_rammap.c sched: use this_task replace nxsched_self 2024-09-05 09:33:50 -03:00
fs_rammap.h