Searched refs:heap_caps_malloc_prefer (Results 1 – 21 of 21) sorted by relevance
/hal_espressif-3.4.0/components/bt/common/osi/include/osi/ |
D | allocator.h | 48 p = heap_caps_malloc_prefer(size, 2, \ 92 …p = heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|MALL… 126 #define osi_malloc(size) heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLO…
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_common.c | 21 …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-3.4.0/components/bt/common/osi/ |
D | allocator.c | 219 …p = heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|MALL… in osi_malloc_func() 227 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in osi_malloc_func()
|
/hal_espressif-3.4.0/components/fatfs/port/freertos/ |
D | ffsystem.c | 20 return heap_caps_malloc_prefer(msize, 2, MALLOC_CAP_DEFAULT | MALLOC_CAP_SPIRAM, in ff_memalloc()
|
/hal_espressif-3.4.0/components/bt/host/nimble/port/src/ |
D | esp_nimble_mem.c | 34 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_INTERNAL|MALLOC_CAP_IRAM_8BIT, MALLOC_CAP_INTER… in nimble_platform_mem_malloc()
|
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 328 void *heap_caps_malloc_prefer( size_t size, size_t num, ... );
|
/hal_espressif-3.4.0/components/mbedtls/port/esp_ds/ |
D | esp_rsa_sign_alt.c | 224 …uint32_t *signature = heap_caps_malloc_prefer((s_ds_data->rsa_length + 1) * FACTOR_KEYLEN_IN_BYTES… in esp_ds_rsa_sign()
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 254 IRAM_ATTR void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() function
|
/hal_espressif-3.4.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 78 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 60 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 68 …return heap_caps_malloc_prefer(size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEFAULT|M… in wifi_malloc()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 14111 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s2.map | 14839 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 15827 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 16856 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 19376 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app.map | 17511 0x00000000400827ac heap_caps_malloc_prefer
|
D | overflow.map | 70347 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 71477 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 65773 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 86552 heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|