Lines Matching +full:multi +full:- +full:function
3 # SPDX-License-Identifier: Apache-2.0
60 such as memory allocation and de-allocation.
75 Heaps using reduced-size chunk headers can accommodate so called
78 Heaps using full-size chunk headers can have a total size up to
81 On 32-bit system the tradeoff is selectable between:
83 - "small" heaps with low memory and runtime overhead;
85 - "big" heaps with bigger memory overhead even for small heaps;
87 - "auto" providing optimal memory overhead in all cases but with
90 On 64-bit systems the "big" chunk header size conveniently provides
117 bool "Multi-heap manager"
124 user-specified function to select the underlying memory to use for
128 bool "Shared multi-heap manager"
131 Enable support for a shared multi-heap manager that uses the
132 multi-heap allocator to manage a set of reserved memory regions with
133 different capabilities / attributes (cacheable, non-cacheable,