Module allocator

Module allocator 

Source
Expand description

Allocator - Memory Allocation Traits and Implementations

Provides the allocator abstraction for device-specific memory management. Each backend implements the Allocator trait for its memory operations.

§Key Features

  • Unified allocator trait for all devices
  • Pluggable allocator implementations
  • Memory pool support for performance

@version 0.1.0 @author AutomataNexus Development Team

Structs§

DefaultAllocator
Default CPU allocator using system memory.

Traits§

Allocator
Marker trait for types that can act as allocators.