Memory region structure.

Public Attributes#

void *

Pointer to the beginning of the memory region. Can be NULL.

size_t

Size of this memory region.

Public Attribute Documentation#

addr#

void* sl_memory_region_t::addr

Pointer to the beginning of the memory region. Can be NULL.


Definition at line 43 of file platform/common/toolchain/inc/sl_memory_region.h

size#

size_t sl_memory_region_t::size

Size of this memory region.


Definition at line 44 of file platform/common/toolchain/inc/sl_memory_region.h