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