Skip to main content

heap_debug

Macro heap_debug 

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

Add a debug message to the log.

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