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.
fn alloc_environ_block<'tcx>(
ecx: &mut InterpCx<'tcx, MiriMachine<'tcx>>,
vars: Vec<Pointer>,
) -> InterpResult<'tcx, Pointer>
Allocates an environ
block with the given list of pointers.