Searched refs:heap_caps_realloc_prefer (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 339 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... );
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 273 IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
|
/hal_espressif-3.4.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 91 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 73 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 81 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 14118 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s2.map | 14846 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 15834 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 16863 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 19383 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app.map | 17515 0x0000000040082960 heap_caps_realloc_prefer
|
D | overflow.map | 70355 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 71485 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 65781 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 86560 heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj)
|