alloc

Macro alloc 

Source
macro_rules! alloc {
    ($stack:lifetime : {
		$($tt:tt)*
	}) => { ... };
}