Home
last modified time | relevance | path

Searched refs:heap_caps_realloc (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h125 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps);
/hal_espressif-latest/components/heap/
DCMakeLists.txt59 heap_caps_realloc
Dinternals.md5 …_common/include/esp_attr.h) (e.g., `heap_caps_malloc`, `heap_caps_free`, `heap_caps_realloc`, etc.)
Dheap_caps_linux.c92 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
Dheap_caps.c256 return heap_caps_realloc( ptr, size, MALLOC_CAP_DEFAULT | MALLOC_CAP_INTERNAL ); in heap_caps_realloc_default()
472 HEAP_IRAM_ATTR void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c97 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c321 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT | MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c393 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c402 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c315 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c332 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c410 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()