Expand description
An extremely unsafe experiment in writing a custom allocator to use linux shared memory.
Structsยง
- Shared
Allocator - An allocator implementing
std::alloc::Allocator
which allocates items in linux shared memory.
An extremely unsafe experiment in writing a custom allocator to use linux shared memory.
std::alloc::Allocator
which allocates items in linux shared
memory.