| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
Represents an available memory region. More...
#include <system_mm.h>
| Data Fields | |
| void * | addr | 
| Address of the memory region. | |
| size_t | size | 
| Size of the memory region. | |
| uint32_t | attr | 
| Driver defined attributes of the memory region. | |
Represents an available memory region.
A memory region that can be used by allocators. Driver defined attributes can be used to guide the proper usage of each region.
| void* sys_mm_drv_region::addr | 
Address of the memory region.
| uint32_t sys_mm_drv_region::attr | 
Driver defined attributes of the memory region.
| size_t sys_mm_drv_region::size | 
Size of the memory region.