Home
last modified time | relevance | path

Searched refs:heap_caps_calloc_prefer (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c34 …return heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_SPIRAM|MALLOC_CAP_8BIT, MALLOC_CAP_INTERNAL|… in bt_mesh_calloc()
36 …return heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_IN… in bt_mesh_calloc()
Dmesh_mutex.c23 …mutex->buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC_CAP_… in bt_mesh_mutex_create()
25 …mutex->buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC_CA… in bt_mesh_mutex_create()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dallocator.h35 #define osi_calloc_base(size) heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_DEFAULT|MA…
88 p = heap_caps_calloc_prefer(1, size, 2, \
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c598 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC_C… in bt_mesh_adv_init()
600 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC… in bt_mesh_adv_init()
604 …adv_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_ADV_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), … in bt_mesh_adv_init()
606 …adv_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_ADV_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), … in bt_mesh_adv_init()
619 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC… in bt_mesh_adv_init()
621 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALL… in bt_mesh_adv_init()
625 …relay_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_RELAY_QUEUE_SIZE * sizeof(bt_mesh_msg_t… in bt_mesh_adv_init()
627 …relay_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_RELAY_QUEUE_SIZE * sizeof(bt_mesh_msg_t… in bt_mesh_adv_init()
645 …adv_task.stack = heap_caps_calloc_prefer(1, BLE_MESH_ADV_TASK_STACK_SIZE * sizeof(StackType_t), 2,… in bt_mesh_adv_init()
/hal_espressif-latest/components/mbedtls/port/
Desp_mem.c26 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_IN…
/hal_espressif-latest/components/bt/porting/mem/
Dbt_osi_mem.c44 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_IN… in bt_osi_mem_calloc()
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h381 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... );
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c140 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c135 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer() function
Dheap_caps.c333 HEAP_IRAM_ATTR void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer() function
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c93 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c102 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c96 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()