Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/common/osi/include/osi/
Dallocator.h58 p = heap_caps_calloc_prefer(1, size, 2, \
105 p = heap_caps_calloc_prefer(1, size, 2, \
127 #define osi_calloc(size) heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_DEFAULT|MA…
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dadv.c599 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC_C… in bt_mesh_adv_init()
601 …adv_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC… in bt_mesh_adv_init()
605 …adv_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_ADV_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), … in bt_mesh_adv_init()
607 …adv_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_ADV_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), … in bt_mesh_adv_init()
620 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_SPIRAM|MALLOC… in bt_mesh_adv_init()
622 …relay_queue.buffer = heap_caps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALL… in bt_mesh_adv_init()
626 …relay_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_RELAY_QUEUE_SIZE * sizeof(bt_mesh_msg_t… in bt_mesh_adv_init()
628 …relay_queue.storage = heap_caps_calloc_prefer(1, (BLE_MESH_RELAY_QUEUE_SIZE * sizeof(bt_mesh_msg_t… in bt_mesh_adv_init()
646 …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-3.4.0/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-3.4.0/components/bt/common/osi/
Dallocator.c239 …p = heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in osi_calloc_func()
247 …return heap_caps_calloc_prefer(1, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in osi_calloc_func()
/hal_espressif-3.4.0/components/mbedtls/port/
Desp_mem.c34 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_IN…
/hal_espressif-3.4.0/components/bt/host/nimble/port/src/
Desp_nimble_mem.c47 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_IN… in nimble_platform_mem_calloc()
/hal_espressif-3.4.0/components/heap/include/
Desp_heap_caps.h350 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... );
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c292 IRAM_ATTR void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer() function
/hal_espressif-3.4.0/components/esp_wifi/esp32/
Desp_adapter.c104 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()
/hal_espressif-3.4.0/components/esp_wifi/esp32s2/
Desp_adapter.c86 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()
/hal_espressif-3.4.0/components/esp_wifi/esp32s3/
Desp_adapter.c94 …return heap_caps_calloc_prefer(n, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAUL… in wifi_calloc()
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32h2.map14078 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s2.map14806 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32c3.map15793 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp2.map16824 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s3.map19342 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp.map17517 0x0000000040082a18 heap_caps_calloc_prefer
Doverflow.map70312 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s2.map71440 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32c3.map65737 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s3.map86517 heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)