Macro init_heap

Source
macro_rules! init_heap {
    ( $x:expr ) => { ... };
}