Skip to main content

ic_memory_range

Macro ic_memory_range 

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