infix
A JIT-Powered FFI Library for C
|
#include <infix_internals.h>
Public Attributes | |
char * | buffer |
The pointer to the large, pre-allocated memory block. | |
size_t | capacity |
The total size of the buffer in bytes. | |
size_t | current_offset |
The high-water mark; the offset of the next free byte. | |
bool | error |
A sticky flag that is set if any allocation from this arena fails. | |
char* infix_arena_t::buffer |
The pointer to the large, pre-allocated memory block.
size_t infix_arena_t::capacity |
The total size of the buffer in bytes.
size_t infix_arena_t::current_offset |
The high-water mark; the offset of the next free byte.
bool infix_arena_t::error |
A sticky flag that is set if any allocation from this arena fails.