[][src]Module purezen::allocator

Memory allocator traits/types suitable for use with both no_std and ECS-like design patterns.

Structs

FixedSizeAllocator

Allocator with a fixed-size buffer for use in no_std environments

Traits

Allocated

Trait implemented by all types that can be used by this allocator

Allocator

Indexed memory allocator providing O(1) access to contained values by a T::Id type.

Index

Trait implemented by index types used by this allocator