1 # SPDX-License-Identifier: GPL-2.0
7 bool "Enable the Anonymous Shared Memory Subsystem"
10 The ashmem subsystem is a new shared memory allocator, similar to
11 POSIX SHM but with different behavior and sporting a simpler
14 It is, in theory, a good memory allocator for low-memory devices,
15 because it can discard shared memory units when under memory pressure.