Function extism_runtime::sdk::extism_current_plugin_memory_free
source · #[no_mangle]
pub unsafe extern "C" fn extism_current_plugin_memory_free(
plugin: *mut Plugin,
ptr: u64
)Expand description
Free an allocated memory block NOTE: this should only be called from host functions.