Crate shadow_shmem
source ·Modules§
- 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:
- A simple interface to make system calls without relying on libc or nix, which are not no-std.