Searched refs:BLE_CONTROLLER_MALLOC_CAPS (Results 1 – 5 of 5) sorted by relevance
121 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_DMA) macro695 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_internal_wrapper()704 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()713 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
450 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro453 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()458 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
95 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL) macro869 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_internal_wrapper()874 void *p = heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()883 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
397 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro400 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()405 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()
391 #define BLE_CONTROLLER_MALLOC_CAPS (MALLOC_CAP_INTERNAL|MALLOC_CAP_8BIT|MALLOC_CAP_DMA) macro394 return heap_caps_malloc(size, BLE_CONTROLLER_MALLOC_CAPS); in malloc_ble_controller_mem()399 return heap_caps_get_free_size(BLE_CONTROLLER_MALLOC_CAPS); in get_ble_controller_free_heap_size()