• Home
  • Raw
  • Download

Lines Matching full:allocator

141 	prompt "Default allocator"
145 Selects the default allocator for the compressed cache for
158 Use the zbud allocator as the default allocator.
164 Use the z3fold allocator as the default allocator.
173 Use the zsmalloc allocator as the default allocator.
185 tristate "2:1 compression allocator (zbud)"
188 A special purpose allocator for storing compressed pages.
195 tristate "3:1 compression allocator (z3fold) (DEPRECATED)"
202 A special purpose allocator for storing compressed pages.
215 prompt "N:1 compression allocator (zsmalloc)" if ZSWAP
218 zsmalloc is a slab-based memory allocator designed to store
251 menu "SLAB allocator options"
254 prompt "Choose SLAB allocator"
257 This option allows to select a slab allocator.
267 and the people listed in the SLAB ALLOCATOR section of MAINTAINERS
270 The regular slab allocator that is established and known to work
275 bool "SLUB (Unqueued Allocator)"
277 SLUB is a slab allocator that minimizes cache line usage
282 a slab allocator.
296 Configures the SLUB allocator in a way to achieve minimal memory
299 SLOB allocator and is not recommended for systems with more than
325 allocator against heap overflows.
333 sacrifices to harden the kernel slab allocator against common
344 order find ways to optimize the allocator. This should never be
346 the allocator by a few percentage points. The slabinfo command
379 endmenu # SLAB allocator options
382 bool "Page allocator randomization"
385 Randomization of the page allocator improves the average
430 ELF-FDPIC binfmt's brk and stack allocator.
710 reliably. The page allocator relies on compaction heavily and
730 free pages from the buddy allocator for the purpose of reporting
776 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
859 allocator for chunks in 2^N*PAGE_SIZE amounts - which is frequently
861 the excess and return it to the allocator.
864 system allocator, which can cause extra fragmentation, particularly
951 # UP and nommu archs use km based percpu allocator
971 bool "Contiguous Memory Allocator"
976 This enables the Contiguous Memory Allocator which allows other