extism_current_plugin_memory_alloc

Function extism_current_plugin_memory_alloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn extism_current_plugin_memory_alloc( plugin: *mut Internal, n: Size, ) -> u64
Expand description

Allocate a memory block in the currently running plugin NOTE: this should only be called from host functions.