Home
last modified time | relevance | path

Searched refs:MALLOC_CAP_IRAM_8BIT (Results 1 – 8 of 8) sorted by relevance

/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()
44 …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/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c23 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_INTER… in bt_mesh_malloc()
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.c25 …ps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP… in bt_mesh_mutex_create()
/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h37 #define MALLOC_CAP_IRAM_8BIT (1<<13) ///< Memory must be in IRAM and allow unaligned access macro
/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/heap/include/
Desp_heap_caps.h42 #define MALLOC_CAP_IRAM_8BIT (1<<13) ///< Memory must be in IRAM and allow unaligned access macro
/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c16 #define MALLOC_IRAM_CAP MALLOC_CAP_EXEC|MALLOC_CAP_32BIT|MALLOC_CAP_IRAM_8BIT
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c600 …ps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP… in bt_mesh_adv_init()
606 …H_ADV_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP… in bt_mesh_adv_init()
621 …ps_calloc_prefer(1, sizeof(StaticQueue_t), 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP… in bt_mesh_adv_init()
627 …RELAY_QUEUE_SIZE * sizeof(bt_mesh_msg_t)), 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP… in bt_mesh_adv_init()