Searched refs:realloc (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-latest/components/heap/include/ |
D | heap_trace.inc | 124 /* 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/ |
D | esp_heap_adapter.h | 30 #define os_wpa_realloc_func(_ptr, _size) realloc(_ptr, _size)
|
/hal_espressif-latest/components/newlib/ |
D | heap.c | 32 void* realloc(void* ptr, size_t size) in realloc() function
|
/hal_espressif-latest/components/heap/ |
D | CMakeLists.txt | 56 realloc
|
D | heap_caps_linux.c | 83 ptr = realloc(ptr, size); in heap_caps_realloc_base()
|
D | Kconfig | 27 (malloc/free/realloc) CPU overhead, even when the tracing feature is not used.
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 36 PROVIDE ( realloc = 0x4000becc );
|
/hal_espressif-latest/components/esp_netif/vfs_l2tap/ |
D | esp_vfs_l2tap.c | 447 …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/ |
D | esp_netif_br_glue.c | 228 …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/ |
D | esp_adapter.c | 67 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 82 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 91 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 61 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 64 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 85 return realloc(ptr, size); in wifi_realloc()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 534 #define MZ_REALLOC(p, x) realloc(p, x)
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s2.ld | 609 PROVIDE ( realloc = 0x4001a2dc ); symbol
|
D | rom_32.ld | 550 PROVIDE ( realloc = 0x4000becc ); symbol
|
D | rom_32s3_beta_2.ld | 1130 PROVIDE ( realloc = 0x400547cc ); symbol
|