Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/heap/include/
Dheap_trace.inc124 /* trace any 'realloc' event */
131 /* trace realloc as free-then-alloc */
140 /* realloc with zero size is a free */
153 /* Note: this changes the behaviour of libc malloc/realloc/free a bit,
/hal_espressif-latest/zephyr/port/include/
Desp_heap_adapter.h30 #define os_wpa_realloc_func(_ptr, _size) realloc(_ptr, _size)
/hal_espressif-latest/components/newlib/
Dheap.c32 void* realloc(void* ptr, size_t size) in realloc() function
/hal_espressif-latest/components/heap/
DCMakeLists.txt56 realloc
Dheap_caps_linux.c83 ptr = realloc(ptr, size); in heap_caps_realloc_base()
DKconfig27 (malloc/free/realloc) CPU overhead, even when the tracing feature is not used.
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.syscalls.ld36 PROVIDE ( realloc = 0x4000becc );
/hal_espressif-latest/components/esp_netif/vfs_l2tap/
Desp_vfs_l2tap.c447 …if ((registered_selects_new = realloc(s_registered_selects, new_size * sizeof(l2tap_select_args_t … in register_select()
471 … s_registered_selects = realloc(s_registered_selects, new_size * sizeof(l2tap_select_args_t *)); in unregister_select()
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_br_glue.c228 …netif_br_glue->ports_esp_netifs = realloc(netif_br_glue->ports_esp_netifs, (netif_br_glue->port_cn… in esp_netif_br_glue_add_port()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c67 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c82 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c91 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c61 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c64 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c85 return realloc(ptr, size); in wifi_realloc()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h534 #define MZ_REALLOC(p, x) realloc(p, x)
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32s2.ld609 PROVIDE ( realloc = 0x4001a2dc ); symbol
Drom_32.ld550 PROVIDE ( realloc = 0x4000becc ); symbol
Drom_32s3_beta_2.ld1130 PROVIDE ( realloc = 0x400547cc ); symbol