Skip to main content

ic_memory_range

Macro ic_memory_range 

Source
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.