Module allocator

Module allocator 

Source
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§

AllocatorStats
Allocator statistics
SimdAllocator
SIMD-aware memory allocator with support for different backends

Enums§

AllocatorBackend
Memory allocator backend

Functions§

global_allocator
Get global SIMD allocator
initialize_global_allocator
Initialize global allocator with specific backend