Liking cljdoc? Tell your friends :D

clj-ebpf.internal.memory

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.

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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close