Modules§
Structs§
- Owned
Global Ptr - A global pointer that owns the memory it points to, and will free it on drop.
Traits§
- Allocator
- Basic allocation trait.
- Single
Object Allocator - Allocator ensures that all allocations will take place within one object.