Number of bits to use for ASLR of mmap base address

configname: CONFIG_ARCH_MMAP_RND_BITS

Linux Kernel Configuration
└─>General architecture-dependent options
└─>Number of bits to use for ASLR of mmap base address
In linux kernel since version 4.1 (release Date: 2015-06-21)  
This value can be used to select the number of bits to use to
determine the random offset to the base address of vma regions
resulting from mmap allocations. This value will be bounded
by the architecture's minimum and maximum supported values.

This value can be changed after boot using the
/proc/sys/vm/mmap_rnd_bits tunable