infix
A JIT-Powered FFI Library for C
|
Files | |
arena.c | |
Implementation of the internal arena allocator. | |
error.c | |
Implements the thread-local error reporting system. | |
executor.c | |
Implements OS-level memory management and the internal callback dispatcher. | |
loader.c | |
Implements the cross-platform dynamic library loading and symbol resolution API. | |
signature.c | |
Implements the high-level signature string parser. | |
trampoline.c | |
The core engine for JIT compiling FFI trampolines. | |
type_registry.c | |
Implements the named type registry and definition parser. | |
types.c | |
Implements the public API for creating and managing type descriptions. | |
utility.c | |
Implementation of debugging utility functions. | |