Expand description
High-performance memory pool for WASM optimization
This module provides efficient memory allocation patterns optimized for WASM environments with minimal allocation overhead.
Structs§
- Kernel
Memory Manager - High-level memory management for kernel operations
- Memory
Pool - High-performance memory pool optimized for WASM
- Pool
Config - Memory pool configuration for optimal performance
- Pool
Stats - Performance statistics for the memory pool
Functions§
- allocate
- Allocate from the global pool
- deallocate
- Deallocate to the global pool
- global_
pool - Get or initialize the global memory pool
- global_
stats - Get global pool statistics