dealloc

abstract fun dealloc(pointer: WasmPointer)(source)

Frees memory returned by alloc(). Results are undefined if it is passed any value other than a value returned by alloc() or null/undefined/0 (all of which are no-ops).