infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
infix_executable_t Struct Reference

#include <infix_internals.h>

Public Attributes

int shm_fd
 File descriptor for the shared memory object on POSIX systems that use dual-mapping.
 
voidrx_ptr
 Pointer with Read+Execute permissions (the callable address).
 
voidrw_ptr
 Pointer with Read+Write permissions (where code is written).
 
size_t size
 The total size of the allocated memory region in bytes.
 

Member Data Documentation

◆ rw_ptr

void* infix_executable_t::rw_ptr

Pointer with Read+Write permissions (where code is written).

◆ rx_ptr

void* infix_executable_t::rx_ptr

Pointer with Read+Execute permissions (the callable address).

◆ shm_fd

int infix_executable_t::shm_fd

File descriptor for the shared memory object on POSIX systems that use dual-mapping.

◆ size

size_t infix_executable_t::size

The total size of the allocated memory region in bytes.


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