[][src]Type Definition esp_idf_bindgen::esp_alloc_failed_hook_t

type esp_alloc_failed_hook_t = Option<unsafe extern "C" fn(size: size_t, caps: u32, function_name: *const c_char)>;

@brief callback called when a allocation operation fails, if registered @param size in bytes of failed allocation @param caps capabillites requested of failed allocation @param function_name function which generated the failure