xref: /OK3568_Linux_fs/buildroot/package/python-smmap2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_SMMAP2
2	bool "python-smmap2"
3	depends on BR2_PACKAGE_PYTHON3
4	help
5	  Smmap wraps an interface around mmap and tracks the mapped
6	  files as well as the amount of clients who use it. If the
7	  system runs out of resources, or if a memory limit is reached,
8	  it will automatically unload unused maps to allow continued
9	  operation.
10
11	  https://github.com/gitpython-developers/smmap
12