[][src]Crate shared_data

Structs

SharedAddressRange

A range of addresses in shared memory, packed into 64 bits.

SharedBox

An owned pointer into shared memory.

SharedOption

Optional shared data

SharedRc

An reference counted pointer into shared memory.

SharedReceiver
SharedSender
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

SharedMemCast

Read WARNING before use

SharedMemRef

A marker trait for types that it's safe to take a reference to in shared memory.

Functions

channel
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.