Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - Z index
The Linux kernel configuration item CONFIG_ZSMALLOC
has multiple definitions:
mm/Kconfig
The configuration item CONFIG_ZSMALLOC:
(( CONFIG_ZSWAP || CONFIG_ZRAM )) && ( CONFIG_MMU )
zsmalloc
, zsmalloc
zsmalloc is a slab-based memory allocator designed to store pages of various compression levels efficiently. It achieves the highest storage density with the least amount of fragmentation.
mm/Kconfig
The configuration item CONFIG_ZSMALLOC:
CONFIG_MMU
zsmalloc
, zsmalloc
zsmalloc is a slab-based memory allocator designed to store compressed RAM pages. zsmalloc uses virtual memory mapping in order to reduce fragmentation. However, this results in a non-standard allocator interface where a handle, not a pointer, is returned by an alloc(). This handle must be mapped in order to access the allocated space.
mm/Kconfig
The configuration item CONFIG_ZSMALLOC:
CONFIG_MMU
zsmalloc
, zsmalloc
zsmalloc is a slab-based memory allocator designed to store compressed RAM pages. zsmalloc uses virtual memory mapping in order to reduce fragmentation. However, this results in a non-standard allocator interface where a handle, not a pointer, is returned by an alloc(). This handle must be mapped in order to access the allocated space.
drivers/staging/zsmalloc/Kconfig
The configuration item CONFIG_ZSMALLOC:
CONFIG_MMU
zsmalloc
, zsmalloc
zsmalloc is a slab-based memory allocator designed to store compressed RAM pages. zsmalloc uses virtual memory mapping in order to reduce fragmentation. However, this results in a non-standard allocator interface where a handle, not a pointer, is returned by an alloc(). This handle must be mapped in order to access the allocated space.
drivers/staging/zsmalloc/Kconfig
The configuration item CONFIG_ZSMALLOC:
(none)
zsmalloc
, zsmalloc
zsmalloc is a slab-based memory allocator designed to store compressed RAM pages. zsmalloc uses virtual memory mapping in order to reduce fragmentation. However, this results in a non-standard allocator interface where a handle, not a pointer, is returned by an alloc(). This handle must be mapped in order to access the allocated space.
Raw data from LKDDb:
lkddb fs "zsmalloc" : CONFIG_ZSMALLOC : mm/zsmalloc.c # in 4.8–4.20, 5.0–5.19, 5.19+HEAD
lkddb module zsmalloc CONFIG_ZSMALLOC : drivers/staging/zsmalloc/Kconfig : "Memory allocator for compressed pages" # in 3.4–3.9
lkddb module zsmalloc CONFIG_ZSMALLOC : mm/Kconfig : "N:1 compression allocator (zsmalloc)" # in 3.16–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - Z index
Automatically generated (in year 2024). See also LKDDb sources on GitLab