| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
SMH region struct. More...
#include <shared_multi_heap.h>
Data Fields | |
| unsigned int | attr | 
| uintptr_t | addr | 
| size_t | size | 
SMH region struct.
This struct is carrying information about the memory region to be added in the multi-heap pool.
| uintptr_t shared_multi_heap_region::addr | 
Memory heap starting virtual address
| unsigned int shared_multi_heap_region::attr | 
Memory heap attribute
| size_t shared_multi_heap_region::size | 
Memory heap size in bytes