Function panda_sys::qemu_free_stack

source ·
pub unsafe extern "C" fn qemu_free_stack(
    stack: *mut c_void,
    sz: size_t
)
Expand description

qemu_free_stack: @stack: stack to free @sz: size of stack in bytes

Free a stack allocated via qemu_alloc_stack(). Note that sz must be exactly the adjusted stack size returned by qemu_alloc_stack.