infix
A JIT-Powered FFI Library for C
|
#include <infix_internals.h>
Public Attributes | |
int | shm_fd |
File descriptor for the shared memory object on POSIX systems that use dual-mapping. | |
void * | rx_ptr |
Pointer with Read+Execute permissions (the callable address). | |
void * | rw_ptr |
Pointer with Read+Write permissions (where code is written). | |
size_t | size |
The total size of the allocated memory region in bytes. | |
void* infix_executable_t::rw_ptr |
Pointer with Read+Write permissions (where code is written).
void* infix_executable_t::rx_ptr |
Pointer with Read+Execute permissions (the callable address).
int infix_executable_t::shm_fd |
File descriptor for the shared memory object on POSIX systems that use dual-mapping.
size_t infix_executable_t::size |
The total size of the allocated memory region in bytes.