commit | 43cb00df08f5c5761a91daef2409de8b6ac050da | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Thu Sep 23 17:51:25 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 12 07:44:46 2021 -0400 |
tree | b5352a1d8ba0187722517977eb27ecf858ab1018 | |
parent | 863600cd0e3c0a271e86629c5089821e5e4380cc [diff] |
multi_heap: Introduce shared multi-heap memory pool manager The shared multi-heap memory pool manager uses the multi-heap allocator to manage a set of reserved memory regions with different capabilities / attributes (cacheable, non-cacheable, etc...) defined in the DT. The user can request allocation from the shared pool specifying the capability / attribute of interest for the memory (cacheable / non-cacheable memory, etc...) Signed-off-by: Carlo Caione <ccaione@baylibre.com>