fn alloc_environ_block<'mir, 'tcx>(
ecx: &mut InterpCx<'mir, 'tcx, MiriMachine<'mir, 'tcx>>,
vars: Vec<Pointer<Option<Provenance>>>
) -> InterpResult<'tcx, Pointer<Option<Provenance>>>Expand description
Allocates an environ block with the given list of pointers.