Lines Matching +full:memory +full:- +full:to +full:- +full:memory
3 # SPDX-License-Identifier: Apache-2.0
5 menu "Memory Blocks"
8 bool "(Yet Another) Memory Blocks Allocator"
10 This enables support for memory block allocator where:
11 () All memory blocks have a single fixed size.
14 This is useful for operations such as scatter-gather DMA
17 the associated buffer (unlike memory slab). This allows
18 the buffer to reside in memory regions where these can be
19 powered down to conserve energy.
22 bool "Memory Blocks Allocator event notifications"
26 This allows application to listen for memory blocks allocator
27 events, such as memory allocation and de-allocation.
30 bool "Memory blocks runtime statistics"
33 This option enables the tracking and reporting of the memory
34 blocks statistics related to the current and maximum number
35 of allocations in a given memory block.
38 bool "Kernel object for memory blocks"
42 This option allows object cores to be integrated into memory block
46 bool "Object core statistics for memory blocks"
52 the memory blocks.