Lines Matching full:multi
9 * @brief Public API for Shared Multi-Heap framework
28 * @brief Shared Multi-Heap (SMH) interface
29 * @defgroup shared_multi_heap Shared multi-heap interface
33 * The shared multi-heap manager uses the multi-heap allocator to manage a set
37 * All the different regions can be added at run-time to the shared multi-heap
44 * - At boot time some platform code initialize the shared multi-heap
90 * the multi-heap pool.
107 * multi-heap pool. All the individual heaps must be added later with @ref
110 * @note As for the generic multi-heap allocator the expectation is that this
120 * @brief Allocate memory from the memory shared multi-heap pool
135 * @brief Allocate aligned memory from the memory shared multi-heap pool
152 * @brief Free memory from the shared multi-heap pool
165 * @brief Add an heap region to the shared multi-heap pool
167 * This adds a shared multi-heap region to the multi-heap pool.