Expand description
Custom allocator support for high-performance buffer management
This module provides abstraction over different memory allocators (system, jemalloc, mimalloc) with SIMD-aware alignment support.
Structs§
- Allocator
Stats - Allocator statistics
- Simd
Allocator - SIMD-aware memory allocator with support for different backends
Enums§
- Allocator
Backend - Memory allocator backend
Functions§
- global_
allocator - Get global SIMD allocator
- initialize_
global_ allocator - Initialize global allocator with specific backend