Home
last modified time | relevance | path

Searched refs:heap_caps_malloc_prefer (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c21 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_SPIRAM|MALLOC_CAP_8BIT, MALLOC_CAP_INTERNAL|MAL… in bt_mesh_malloc()
23 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_INTER… in bt_mesh_malloc()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dallocator.h34 #define osi_malloc_base(size) heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLO…
75 …p = heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|MALL…
/hal_espressif-latest/components/bt/porting/mem/
Dbt_osi_mem.c22 …mem = heap_caps_malloc_prefer(size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_INTER… in bt_osi_mem_malloc()
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h359 void *heap_caps_malloc_prefer( size_t size, size_t num, ... );
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c80 void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c75 void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() function
Dheap_caps.c285 HEAP_IRAM_ATTR void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() function
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c231 …uint32_t *signature = heap_caps_malloc_prefer((s_ds_data->rsa_length + 1) * FACTOR_KEYLEN_IN_BYTES… in esp_ds_rsa_sign()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c67 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
253 …StaticQueue_t *queue_buffer = heap_caps_malloc_prefer(sizeof(StaticQueue_t) + (queue_len * item_si… in queue_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c76 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
262 …StaticQueue_t *queue_buffer = heap_caps_malloc_prefer(sizeof(StaticQueue_t) + (queue_len * item_si… in queue_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c70 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
256 …StaticQueue_t *queue_buffer = heap_caps_malloc_prefer(sizeof(StaticQueue_t) + (queue_len * item_si… in queue_create_wrapper()