Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / staging / zsmalloc / Kconfig
1 config ZSMALLOC
2 bool "Memory allocator for compressed pages"
3 depends on MMU
4 default n
5 help
6 zsmalloc is a slab-based memory allocator designed to store
7 compressed RAM pages. zsmalloc uses virtual memory mapping
8 in order to reduce fragmentation. However, this results in a
9 non-standard allocator interface where a handle, not a pointer, is
10 returned by an alloc(). This handle must be mapped in order to
11 access the allocated space.
This page took 0.031398 seconds and 6 git commands to generate.