#[no_mangle]
pub unsafe extern "C" fn heapdump_get_stats(
    global: *mut heapdump_global_stats,
    local: *mut heapdump_thread_local_stats
)
Expand description

§Safety

The caller must pass suitably-aligned and writable areas of memory to store the stats into.