Low-level memory management using Panama FFI.
This namespace provides the foundational memory primitives used throughout clj-ebpf. It wraps Java's Foreign Function & Memory API (Panama) to provide a Clojure-friendly interface for:
INTERNAL: This namespace is for internal use only. Public APIs should use clj-ebpf.utils for memory operations.
Low-level memory management using Panama FFI. This namespace provides the foundational memory primitives used throughout clj-ebpf. It wraps Java's Foreign Function & Memory API (Panama) to provide a Clojure-friendly interface for: - Memory allocation and deallocation - Reading and writing primitive types - Memory segment manipulation - Buffer management for BPF operations INTERNAL: This namespace is for internal use only. Public APIs should use clj-ebpf.utils for memory operations.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |