miri::shims::unix::env

Function alloc_environ_block

Source
fn alloc_environ_block<'tcx>(
    ecx: &mut InterpCx<'tcx, MiriMachine<'tcx>>,
    vars: Vec<Pointer>,
) -> InterpResult<'tcx, Pointer>
Expand description

Allocates an environ block with the given list of pointers.