zephyr/subsys/fs
Artur Lipowski 29855b41b4 fs: allow to configure per-alloaction heap overhead
The size of overhead for each heap allocation can change after
heap implementation change and such change impacts automatic
calculation of heap size for littleFS.
This patch allows per-alloaction overhead to be configurable and then
automatic heap size calculation can be adjusted without code change.
This is a temporary fix until per-alloaction overhead value will be
available from kernel internals.

Fixes #36962

Signed-off-by: Artur Lipowski <Artur.Lipowski@hidglobal.com>
2021-10-29 06:09:43 -04:00
..
fcb
nvs fs/nvs: prevent use after clear without init 2021-07-20 13:34:45 +02:00
CMakeLists.txt
fat_fs.c fs: fat_fs: Fix fs_statvfs when using variable sector sizes 2021-08-26 06:53:57 -04:00
fs_impl.c
fs_impl.h
fs.c fs: core: remove include of <sys/stat.h> from fs.c. 2021-10-16 06:30:23 -04:00
fuse_fs_access.c
Kconfig
Kconfig.fatfs kconfig: add names to some choices 2021-09-28 19:56:32 -04:00
Kconfig.littlefs fs: allow to configure per-alloaction heap overhead 2021-10-29 06:09:43 -04:00
littlefs_fs.c fs: allow to configure per-alloaction heap overhead 2021-10-29 06:09:43 -04:00
shell.c fs/shell: Fix formatting for output of ssize_t variable 2021-10-28 11:19:04 +02:00