heap_debug

Macro heap_debug 

Source
macro_rules! heap_debug {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($args:tt)*) => { ... };
}
Available on crate feature debug or debug-assertions enabled only.
Expand description

Add a debug message to the log.

Same as gcore::debug but uses heap instead of stack for formatting.