Module aermicioi.aedi.storage.allocator_aware

Interfaces

NameDescription
AllocatorAware Interface for components that are aware of a memory allocator and are using it for some purpose, such as allocating storage for other components, or data.

Templates

NameDescription
AllocatorAwareDecoratorMixin Mixin containing default forwarding allocator properties for decorating components.
AllocatorAwareMixin Convienience mixin that implmenets allocator aware interface by delegating it to decorated AllocatorAware component.