Expand description
Zero-copy IPC implementation for large data transfers
Provides efficient data transfer between processes without copying by remapping pages and using shared memory regions.
Structs§
- Transfer
Flags - Transfer flags for zero-copy operations
- Zero
Copy Stats - Statistics for zero-copy operations
- Zero
Copy Stats Summary
Enums§
Functions§
- batch_
zero_ copy_ transfer - Batch zero-copy transfer for multiple regions
- get_
zero_ copy_ stats - Get zero-copy statistics
- grant_
transfer_ capability - Grant capability to perform zero-copy transfer.
- zero_
copy_ transfer - Zero-copy transfer of memory region between processes