[][src]Function shared_data::get_bootstrap_name

pub fn get_bootstrap_name() -> String

Gets the name for the shared memory used to bootstrap the allocator.

This can be called in one process and passed to another, at which point they share an allocator, and can communicate using shared data.