Skip to main content

plugin_dealloc

Function plugin_dealloc 

Source
pub fn plugin_dealloc(ptr: i32, size: i32)
Expand description

Deallocate memory in the Wasm linear memory

ยงSafety

The ptr must have been allocated by plugin_alloc with the same size.