kona_common

Macro alloc_heap

Source
macro_rules! alloc_heap {
    ($size:expr) => { ... };
}
Expand description

Initialize heap memory for the client program with the given size.

ยงSafety

This macro is entirely safe to invoke in non-MIPS and non-RISC-V64 profiles, and functions as a no-op.