Module alloc

Source

Modules§

arena
invbox

Structs§

OwnedGlobalPtr
A global pointer that owns the memory it points to, and will free it on drop.

Traits§

Allocator
Basic allocation trait.
SingleObjectAllocator
Allocator ensures that all allocations will take place within one object.