Function esp_idf_sys::heap_caps_walk_all

source ยท
pub unsafe extern "C" fn heap_caps_walk_all(
    walker_func: heap_caps_walker_cb_t,
    user_data: *mut c_void,
)
Expand description

@brief Function called to walk through all heaps defined by the heap component

@param walker_func Callback called for each block of the heaps being traversed @param user_data Opaque pointer to user defined data