Cthulhu  0.2.10
Cthulhu compiler collection
os_mapping_t Struct Reference

memory mapping handle More...

#include <posix.h>

Data Fields

void * view
 
size_t size
 
HANDLE handle
 
LPVOID view
 

Detailed Description

memory mapping handle

Definition at line 17 of file posix.h.

Field Documentation

◆ handle

HANDLE os_mapping_t::handle

Definition at line 16 of file win32.h.

◆ size

size_t os_mapping_t::size

Definition at line 20 of file posix.h.

◆ view [1/2]

void* os_mapping_t::view

Definition at line 19 of file posix.h.

◆ view [2/2]

LPVOID os_mapping_t::view

Definition at line 17 of file win32.h.


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