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