Searched refs:heap_caps_realloc (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 125 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps);
|
/hal_espressif-latest/components/heap/ |
D | CMakeLists.txt | 59 heap_caps_realloc
|
D | internals.md | 5 …_common/include/esp_attr.h) (e.g., `heap_caps_malloc`, `heap_caps_free`, `heap_caps_realloc`, etc.)
|
D | heap_caps_linux.c | 92 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
|
D | heap_caps.c | 256 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/ |
D | heap_caps_zephyr.c | 97 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 321 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/ |
D | esp_adapter.c | 393 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/ |
D | esp_adapter.c | 402 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/ |
D | esp_adapter.c | 315 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/ |
D | esp_adapter.c | 332 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/ |
D | esp_adapter.c | 410 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
|