Home
last modified time | relevance | path

Searched refs:heap_caps_realloc_prefer (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h370 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... );
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c107 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c102 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() function
Dheap_caps.c309 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/
Desp_adapter.c80 …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/
Desp_adapter.c89 …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/
Desp_adapter.c83 …return heap_caps_realloc_prefer(ptr, size, 2, MALLOC_CAP_DEFAULT|MALLOC_CAP_SPIRAM, MALLOC_CAP_DEF… in wifi_realloc()