macro_rules! ic_memory_range {
(authority = $authority:literal, start = $start:expr, end = $end:expr $(,)?) => { ... };
(authority = $authority:literal, start = $start:expr, end = $end:expr, mode = $mode:ident $(,)?) => { ... };
}Expand description
Declare a MemoryManager allocation range during static initialization.
The explicit authority must match every declaration that uses this range.