Skip to main content

Module allocator

Module allocator 

Source
Expand description

Custom allocators optimized for SIMD operations

This module provides specialized memory allocators that ensure proper alignment and memory layout for optimal SIMD performance.

Structsยง

AllocatorStats
Statistics for SIMD allocator performance monitoring
SimdAllocator
SIMD-optimized allocator with alignment guarantees
SimdMemoryPool
Memory pool for frequent SIMD allocations
SimdVec
SIMD-aligned vector type with custom allocator