Searched refs:heap_caps_realloc (Results 1 – 21 of 21) sorted by relevance
/hal_espressif-3.4.0/components/heap/test/ |
D | test_realloc.c | 33 void *y = heap_caps_realloc(x, buffer_size - 16, MALLOC_CAP_EXEC); 52 char *b = heap_caps_realloc(a, 64, MALLOC_CAP_EXEC); 59 char *c = heap_caps_realloc(b, 48, MALLOC_CAP_8BIT);
|
D | test_malloc_caps.c | 176 void *y = heap_caps_realloc(x, 32, MALLOC_CAP_EXEC); in iram_malloc_test() 218 ptr = heap_caps_realloc(ptr, stupid_allocation_size, MALLOC_CAP_DEFAULT); 240 ptr = heap_caps_realloc(ptr, allocation_size, invalid_cap);
|
D | test_allocator_timings.c | 38 void *new_p = heap_caps_realloc(p[n], new_size, MALLOC_CAP_DEFAULT);
|
/hal_espressif-3.4.0/components/heap/ |
D | component.mk | 25 WRAP_FUNCTIONS = calloc malloc free realloc heap_caps_malloc heap_caps_free heap_caps_realloc heap_…
|
D | heap_caps.c | 225 return heap_caps_realloc( ptr, size, MALLOC_CAP_DEFAULT | MALLOC_CAP_INTERNAL ); in heap_caps_realloc_default() 280 r = heap_caps_realloc( ptr, size, caps ); in heap_caps_realloc_prefer() 421 IRAM_ATTR void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc() function
|
D | CMakeLists.txt | 40 heap_caps_realloc
|
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 100 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps);
|
/hal_espressif-3.4.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 484 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 445 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 474 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
|
/hal_espressif-3.4.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 499 return heap_caps_realloc(ptr, size, MALLOC_CAP_8BIT|MALLOC_CAP_DMA|MALLOC_CAP_INTERNAL); in realloc_internal_wrapper()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 5982 0x000000004038090e heap_caps_realloc 14115 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s2.map | 8181 0x0000000040026670 heap_caps_realloc 14843 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 6004 0x000000004038097e heap_caps_realloc 15831 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 9484 0x0000000040083600 heap_caps_realloc 16860 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 8117 0x00000000403759d8 heap_caps_realloc 19380 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app.map | 17513 0x000000004008285c heap_caps_realloc
|
D | overflow.map | 27066 0x0000000040081e90 heap_caps_realloc 70351 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 27841 0x0000000040023b30 heap_caps_realloc 71481 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 19293 0x0000000040380c30 heap_caps_realloc 65777 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 34758 0x0000000040377374 heap_caps_realloc 86556 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|