Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shared_multi_heap_region Struct Reference

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.
 

Detailed Description

SMH region struct.

This struct is carrying information about the memory region to be added in the multi-heap pool.

Field Documentation

◆ addr

uintptr_t shared_multi_heap_region::addr

Memory heap starting virtual address.

◆ attr

uint32_t shared_multi_heap_region::attr

Memory heap attribute.

◆ size

size_t shared_multi_heap_region::size

Memory heap size in bytes.


The documentation for this struct was generated from the following file: