macro_rules! malloc { ($a:ty, $n:expr) => { ... }; }
Allocate for a given type and number of elements.