Crate shadow_shmem

Source

Modules§

allocator
In this module is a shared memory allocator that can be used in Shadow to share data between the main simulator process and managed processes. There are three main global functions that are provided:
raw_syscall
A simple interface to make system calls without relying on libc or nix, which are not no-std.
util