Zephyr Project API  3.2.0
A Scalable Open Source RTOS
shared_multi_heap_region Struct Reference

SMH region struct. More...

#include <shared_multi_heap.h>

Data Fields

unsigned int attr
 
uintptr_t addr
 
size_t size
 

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

unsigned int 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: