Macro malloc

Source
macro_rules! malloc {
    ($a:ty, $n:expr) => { ... };
}
Expand description

Allocate for a given type and number of elements.