nuttx/fs/shm
buxiasen 946ed96926 fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap
For some case, need large files from tmpfs or shmfs, will lead to high
pressure on memory fragments, add an optional fs_heap with independent
heap will benifit for memory fragments issue.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-08-25 22:12:37 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
shm_open.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
shm_unlink.c fs:notify add support for inotify 2024-08-22 01:50:37 +08:00
shmfs_alloc.c fs: add fs_heap, support shm/tmpfs/pseudofile with indepent heap 2024-08-25 22:12:37 +08:00
shmfs.c
shmfs.h