Function esp_idf_sys::multi_heap_walk

source ยท
pub unsafe extern "C" fn multi_heap_walk(
    heap: multi_heap_handle_t,
    walker_func: multi_heap_walker_cb_t,
    user_data: *mut c_void,
)
Expand description

@brief Call the tlsf_walk_pool function of the heap given as parameter with the walker function passed as parameter

@param heap The heap to traverse @param walker_func The walker to trigger on each block of the heap @param user_data Opaque pointer to user defined data