[−][src]Crate shared_data
Structs
| SharedAddressRange | A range of addresses in shared memory, packed into 64 bits. |
| SharedBox | An owned pointer into shared memory. |
| SharedRc | An reference counted pointer into shared memory. |
| SharedVec | An owned pointer into an array of shared memory. |
| Volatile | Data stored in memory that can be changed at any time, for example shared memory. |
Traits
| SharedMemRef | A marker trait for types that it's safe to take a reference to in shared memory. |
Functions
| get_bootstrap_name | Gets the name for the shared memory used to bootstrap the allocator. |
| set_bootstrap_name | Sets the name for the shared memory used to bootstrap the allocator. |