⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module zero_copy

Module zero_copy 

Source
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§

TransferFlags
Transfer flags for zero-copy operations
ZeroCopyStats
Statistics for zero-copy operations
ZeroCopyStatsSummary

Enums§

CachePolicy
TransferType

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