You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DMA-Buf mechanism in Linux is aimed at providing a way for the user-space to efficiently
share memory buffers between multiple devices, without any copy.
This library provides a safe abstraction over this interface for Rust.