Function simics::api::base::attr_value::_alloc_attr_dict

source ·
fn _alloc_attr_dict(length: u32) -> 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