native/native_functions library

NativeFunctions

Cached FFI function lookup registry.

All DynamicLibrary.lookupFunction calls are performed once at first access via lazy static fields. Subsequent calls return the cached function pointer, avoiding repeated symbol-table searches (dlsym) on every invocation.

Classes

NativeFunctions
Cached native function pointers for the RACommons library.