Expand description

Pool as a global singleton

Modules

Like std::sync::Arc but backed by a memory Pool rather than #[global_allocator]

Structs

A memory block that belongs to the global memory pool, POOL

Traits

A global singleton memory pool