sl_memory_region_t Struct Reference
Memory region structure.
#include <sl_memory_region.h>
Data Fields |
|
void * | addr |
Pointer to the beginning of the memory region. Can be NULL.
|
|
size_t | size |
Size of this memory region.
|
|
Memory region structure.
Field 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.