Function simics::api::base::attr_value::alloc_attr_dict

source ·
pub fn alloc_attr_dict(length: u32) -> Result<AttrValue>
Expand description

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

§Arguments

  • length - The size of dict to allocate

§Return Value

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

§Context

Cell Context