Function simics::api::base::attr_value::_alloc_attr_list

source ·
fn _alloc_attr_list(length: u32) -> AttrValue
Expand description

Allocate an AttrValue list with size length. The list elements are initialized to invalid AttrValues

§Arguments

  • length - The length of list to allocate

§Return Value

A list AttrValue of the given length, with all uninitialized elements.

§Context

Cell Context