esp-idf/components/bt/common/osi
tgotic cd2492f98b [bt] fix if allocation fails
If osi_malloc fails for work_queues or osi_work_queue_create fails, osi_work_queue_delete in _err may release unallocated memory.
2022-10-21 14:43:12 +08:00
..
include/osi component/bt: add new OSI utility "fixed_pkt_queue", which has same functionality with "fixed_queue" 2022-08-02 14:14:07 +08:00
alarm.c
allocator.c
buffer.c
config.c
fixed_pkt_queue.c component/bt: add new OSI utility "fixed_pkt_queue", which has same functionality with "fixed_queue" 2022-08-02 14:14:07 +08:00
fixed_queue.c
future.c
hash_functions.c
hash_map.c
list.c
mutex.c
osi.c
pkt_queue.c component/bt: add new OSI utility "pkt_queue" which acts as a mutex-protected linked list, to be used as data queue between tasks 2022-08-02 14:14:07 +08:00
semaphore.c
thread.c [bt] fix if allocation fails 2022-10-21 14:43:12 +08:00