Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_mmap_buffer_t Struct Reference

Memory mapped buffer. More...

#include <srn_mmap.h>

Data Fields

void * data
 data bytes
size_t len
 data length

Detailed Description

Memory mapped buffer.

Definition at line 56 of file srn_mmap.h.

Field Documentation

◆ data

void* srn_mmap_buffer_t::data

data bytes

Definition at line 58 of file srn_mmap.h.

◆ len

size_t srn_mmap_buffer_t::len

data length

Definition at line 60 of file srn_mmap.h.


The documentation for this struct was generated from the following file: