[][src]Function esp_idf_bindgen::heap_caps_register_failed_alloc_callback

pub unsafe extern "C" fn heap_caps_register_failed_alloc_callback(
    callback: esp_alloc_failed_hook_t
) -> esp_err_t

@brief registers a callback function to be invoked if a memory allocation operation fails @param callback caller defined callback to be invoked @return ESP_OK if callback was registered.