Searched refs:bt_osi_mem_malloc_internal (Results 1 – 6 of 6) sorted by relevance
17 void *bt_osi_mem_malloc_internal(size_t size);
99 ev->event = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_event_freertos)); in npl_freertos_event_init()148 evq->eventq = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_eventq_freertos)); in npl_freertos_eventq_init()361 mu->mutex = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_mutex_freertos)); in npl_freertos_mutex_init()498 sem->sem = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_sem_freertos)); in npl_freertos_sem_init()688 co->co = bt_osi_mem_malloc_internal(sizeof(struct ble_npl_callout_freertos)); in npl_freertos_callout_init()1093 npl_funcs = (struct npl_funcs_t *)bt_osi_mem_malloc_internal(sizeof(struct npl_funcs_t)); in npl_freertos_funcs_init()1127 ble_freertos_ev_buf = bt_osi_mem_malloc_internal(OS_MEMPOOL_SIZE(ble_total_evt_count, in npl_freertos_mempool_init()1142 ble_freertos_evq_buf = bt_osi_mem_malloc_internal(OS_MEMPOOL_SIZE(ble_total_evtq_count, in npl_freertos_mempool_init()1157 ble_freertos_co_buf = bt_osi_mem_malloc_internal(OS_MEMPOOL_SIZE(ble_total_co_count, in npl_freertos_mempool_init()1172 ble_freertos_sem_buf = bt_osi_mem_malloc_internal(OS_MEMPOOL_SIZE(ble_total_sem_count, in npl_freertos_mempool_init()[all …]
50 IRAM_ATTR void *bt_osi_mem_malloc_internal(size_t size) in bt_osi_mem_malloc_internal() function
474 ._malloc = bt_osi_mem_malloc_internal,
421 ._malloc = bt_osi_mem_malloc_internal,
418 ._malloc = bt_osi_mem_malloc_internal,