pub fn malloc<L>(l1: LoadOperand<L>, s1: StoreOperand<L>) -> Item<L>
Expand description
Constructs an item for the malloc
instruction.
pub fn malloc<L>(l1: LoadOperand<L>, s1: StoreOperand<L>) -> Item<L>
Constructs an item for the malloc
instruction.