Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/test/
Dtest_realloc.c33 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);
Dtest_malloc_caps.c176 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);
Dtest_allocator_timings.c38 void *new_p = heap_caps_realloc(p[n], new_size, MALLOC_CAP_DEFAULT);
/hal_espressif-3.4.0/components/heap/
Dcomponent.mk25 WRAP_FUNCTIONS = calloc malloc free realloc heap_caps_malloc heap_caps_free heap_caps_realloc heap_…
Dheap_caps.c225 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
DCMakeLists.txt40 heap_caps_realloc
/hal_espressif-3.4.0/components/heap/include/
Desp_heap_caps.h100 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps);
/hal_espressif-3.4.0/components/esp_wifi/esp32/
Desp_adapter.c484 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/
Desp_adapter.c445 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/
Desp_adapter.c474 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/
Desp_adapter.c499 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/
Dapp_esp32h2.map5982 0x000000004038090e heap_caps_realloc
14115 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s2.map8181 0x0000000040026670 heap_caps_realloc
14843 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32c3.map6004 0x000000004038097e heap_caps_realloc
15831 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp2.map9484 0x0000000040083600 heap_caps_realloc
16860 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s3.map8117 0x00000000403759d8 heap_caps_realloc
19380 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp.map17513 0x000000004008285c heap_caps_realloc
Doverflow.map27066 0x0000000040081e90 heap_caps_realloc
70351 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s2.map27841 0x0000000040023b30 heap_caps_realloc
71481 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32c3.map19293 0x0000000040380c30 heap_caps_realloc
65777 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s3.map34758 0x0000000040377374 heap_caps_realloc
86556 heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj)