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.


size#

size_t sl_memory_region_t::size

Size of this memory region.