Searched refs:heap_caps_realloc_prefer (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 370 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... );
|
/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 107 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_linux.c | 102 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
|
D | heap_caps.c | 309 HEAP_IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 80 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 89 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 83 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()
|