macro_rules! heap_debug {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}
Expand description
Add a debug message to the log.
Same as gcore::debug
but uses heap instead of stack for formatting.
macro_rules! heap_debug {
($fmt:expr) => { ... };
($fmt:expr, $($args:tt)*) => { ... };
}
Add a debug message to the log.
Same as gcore::debug
but uses heap instead of stack for formatting.