Function miri::shims::unix::env::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.