Data Fields
_Eina_Rw_Slice Struct Reference

Defines a read-and-write able memory region. More...

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
 
}; 
 

Detailed Description

Defines a read-and-write able memory region.

The slice is a memory starting at mem and accessible up to len bytes.

See also
Eina_Slice for read-only memory regions.
Since
1.19

Field Documentation

◆ mem

void* _Eina_Rw_Slice::mem

memory pointed by this slice.

It's write able.

Referenced by ecore_con_url_post().