Crate shared_memory_allocator

Crate shared_memory_allocator 

Source
Expand description

An extremely unsafe experiment in writing a custom allocator to use linux shared memory.

Structsยง

SharedAllocator
An allocator implementing std::alloc::Allocator which allocates items in linux shared memory.