pub fn host_dealloc(ptr: u32, len: u32)Expand description
Free a buffer previously returned by host_alloc (or packed into a
-> u64 ABI return). No-op for null pointers, zero length, or an
oversized length that could not have been allocated.
pub fn host_dealloc(ptr: u32, len: u32)Free a buffer previously returned by host_alloc (or packed into a
-> u64 ABI return). No-op for null pointers, zero length, or an
oversized length that could not have been allocated.