pub fn alloc<T, S: AsRef<str>>( size: usize, typename: S, filename: S, line_number: i32, ) -> Result<*mut T>
Allocate using the SIMICS zalloc implementation
All Contexts