Lines Matching full:allocator
131 prompt "Default allocator"
135 Selects the default allocator for the compressed cache for
148 Use the zbud allocator as the default allocator.
154 Use the z3fold allocator as the default allocator.
163 Use the zsmalloc allocator as the default allocator.
175 tristate "2:1 compression allocator (zbud)"
178 A special purpose allocator for storing compressed pages.
185 tristate "3:1 compression allocator (z3fold) (DEPRECATED)"
192 A special purpose allocator for storing compressed pages.
205 prompt "N:1 compression allocator (zsmalloc)" if ZSWAP
208 zsmalloc is a slab-based memory allocator designed to store
241 menu "SLAB allocator options"
244 prompt "Choose SLAB allocator"
247 This option allows to select a slab allocator.
257 and the people listed in the SLAB ALLOCATOR section of MAINTAINERS
260 The regular slab allocator that is established and known to work
265 bool "SLUB (Unqueued Allocator)"
267 SLUB is a slab allocator that minimizes cache line usage
272 a slab allocator.
286 Configures the SLUB allocator in a way to achieve minimal memory
289 SLOB allocator and is not recommended for systems with more than
315 allocator against heap overflows.
323 sacrifices to harden the kernel slab allocator against common
334 order find ways to optimize the allocator. This should never be
336 the allocator by a few percentage points. The slabinfo command
369 endmenu # SLAB allocator options
372 bool "Page allocator randomization"
375 Randomization of the page allocator improves the average
420 ELF-FDPIC binfmt's brk and stack allocator.
659 reliably. The page allocator relies on compaction heavily and
679 free pages from the buddy allocator for the purpose of reporting
725 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
808 allocator for chunks in 2^N*PAGE_SIZE amounts - which is frequently
810 the excess and return it to the allocator.
813 system allocator, which can cause extra fragmentation, particularly
900 # UP and nommu archs use km based percpu allocator
920 bool "Contiguous Memory Allocator"
925 This enables the Contiguous Memory Allocator which allows other