//! Memory management utilities for OxiBLAS.
//!
//! This module provides:
//! - Aligned memory allocation (`alloc`)
//! - Stack-based temporary allocation (`stack`)
//! - Aligned vectors (`aligned_vec`)
//! - Memory pools (`pool`)
//! - NUMA-aware allocation (`numa`)
//! - Arena allocators (`arena`)
// Re-export commonly used items
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;