|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Memory mapped buffer. More...
#include <srn_mmap.h>
Data Fields | |
| void * | data |
| data bytes | |
| size_t | len |
| data length | |
Memory mapped buffer.
Definition at line 56 of file srn_mmap.h.
| void* srn_mmap_buffer_t::data |
data bytes
Definition at line 58 of file srn_mmap.h.
| size_t srn_mmap_buffer_t::len |
data length
Definition at line 60 of file srn_mmap.h.