Defines a read-and-write able memory region. More...
#include <eina_slice.h>
Data Fields | |
size_t | len |
size of memory pointed by mem | |
union { | |
void * mem | |
memory pointed by this slice. More... | |
uint8_t * bytes | |
memory as uint8_t pointer | |
}; | |
Defines a read-and-write able memory region.
The slice is a memory starting at mem
and accessible up to len
bytes.
void* _Eina_Rw_Slice::mem |