Macro simics::simics_alloc
source ยท macro_rules! simics_alloc { ($typ:ty, $sz:expr) => { ... }; }
Expand description
Allocate memory with a size, of some type
macro_rules! simics_alloc { ($typ:ty, $sz:expr) => { ... }; }
Allocate memory with a size, of some type