Skip to main content

furi_thread_enable_heap_trace

Function furi_thread_enable_heap_trace 

Source
pub unsafe extern "C" fn furi_thread_enable_heap_trace(
    thread: *mut FuriThread,
)
Expand description

Enable heap usage tracing for a FuriThread.

The thread MUST be stopped when calling this function.

ยงArguments

  • thread (direction in, out) - pointer to the FuriThread instance to be modified