Zephyr API 3.6.99
|
SMH region struct. More...
#include <shared_multi_heap.h>
Data Fields | |
uint32_t | attr |
Memory heap attribute. | |
uintptr_t | addr |
Memory heap starting virtual address. | |
size_t | size |
Memory heap size in bytes. | |
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.
uint32_t shared_multi_heap_region::attr |
Memory heap attribute.
size_t shared_multi_heap_region::size |
Memory heap size in bytes.