macro_rules! ic_memory_range {
(start = $start:expr, end = $end:expr $(,)?) => { ... };
(start = $start:expr, end = $end:expr, mode = $mode:ident $(,)?) => { ... };
}Expand description
Declare a MemoryManager allocation range during static initialization.