Module MemoryManager

Module MemoryManager 

Source
Expand description

WASM Memory Manager

Manages memory allocation, deallocation, and limits for WebAssembly instances. Enforces memory constraints and provides tracking for debugging.

Structsยง

MemoryAllocation
Memory allocation record for tracking
MemoryLimits
Memory limits for WASM instances
MemoryManagerImpl
WASM Memory Manager
MemoryStats
Memory statistics