mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 22:24:12 +08:00
0451ead2c5
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>