mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
4ac7945676
The resulting time complexities are as follows: * devif_callback_alloc() time complexity is O(1) (i.e. O(n) to fill the whole list). * devif_callback_free() time complexity is O(1) (i.e. O(n) to empty the whole list). * devif_conn_event() time complexity is O(n).