| 
    Zephyr Project API
    3.3.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.  More... | |
| size_t | size | 
| Size of the memory region.  More... | |
| uint32_t | attr | 
| Driver defined attributes of the memory region.  More... | |
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.