Memory Objects
SPDX-License-Identifier: Apache-2.0
The Zephyr RTOS shall allow threads to dynamically allocate variable-sized memory regions from a specified range of memory.
As a Zephyr RTOS user I want my application to be able to dynamically allocate memory of a application defined size.
The Zephyr RTOS shall allow threads to dynamically allocate fixed-sized memory regions from a specified range of memory.
As a Zephyr RTOS user I want a most efficient and least fragmentation prone dynamic memory allocation mechanism.