Lines Matching full:multi
13 * @defgroup multi_heap_wrapper Multi-Heap Wrapper
19 * @brief Multi-heap allocator
36 * @brief Multi-heap choice function
50 * @param mheap Multi-heap structure.
73 * @brief Initialize multi-heap
78 * the multi heap code.
87 * will assemble a multi-heap on its own.
97 * @brief Add sys_heap to multi heap
99 * This adds a known sys_heap backend to an existing multi heap,
100 * allowing the multi heap internals to track the bounds of the heap
111 * @brief Allocate memory from multi heap
115 * passed to the multi heap choice function, which is used by
118 * @param mheap Multi heap pointer
126 * @brief Allocate aligned memory from multi heap
132 * @param mheap Multi heap pointer
147 * @param mheap Multi heap pointer
156 * @brief Free memory allocated from multi heap
166 * @param mheap Multi heap pointer
171 /** @brief Expand the size of an existing allocation on the multi heap
184 * @param mheap Multi heap pointer