tree: 5c7515cac19981b21440ec9406ee89db279f573b [path history] [tgz]
  1. meta/
  2. test/
  3. BUILD.gn
  4. component.cc
  5. dnode.cc
  6. dnode.h
  7. memfs.cc
  8. memfs.h
  9. mounted_memfs.cc
  10. mounted_memfs.h
  11. README.md
  12. vnode.cc
  13. vnode.h
  14. vnode_dir.cc
  15. vnode_dir.h
  16. vnode_file.cc
  17. vnode_file.h
  18. vnode_vmo.cc
  19. vnode_vmo.h
src/storage/memfs/README.md

memfs: a simple in-memory filesystem

This library implements a simple in-memory filesystem for Fuchsia.

It currently has no settings. Because it uses the C allocator, it can expand to fill all available memory and the max size values from POSIX statvfs() and FIDL fuchsia.io.Node.QueryFilesystem() may not have much meaning.