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 cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Kconfig Kconfig: Change some "default y" to "default !DEFAULT_SMALL" 2023-07-16 14:39:20 -03:00
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