Macro gstd::heap_debug

source ยท
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.