Expand description
Memory management utilities for OxiBLAS.
This module provides:
- Aligned memory allocation
- Stack-based temporary allocation (StackReq pattern)
- Cache-aware data layout utilities
- Prefetch hints for cache optimization
- Memory pool for temporary allocations
- Custom allocator support via the
Alloctrait
Structsยง
- Aligned
Vec - A vector with guaranteed alignment and custom allocator support.