Searched refs:realloc (Results 1 – 16 of 16) sorted by relevance
/device/soc/esp/esp32/components/heap/include/ |
D | heap_trace.inc | 122 /* trace any 'realloc' event */ 129 /* trace realloc as free-then-alloc */ 138 /* realloc with zero size is a free */ 151 /* Note: this changes the behaviour of libc malloc/realloc/free a bit,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | malloc.h | 38 void *realloc (void *, size_t);
|
D | stdlib.h | 330 void *realloc (void *, size_t);
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_ETC.c | 59 *ppLine = (char *)realloc(*ppLine, defaultBufferSize); in getline() 112 *ppLine = (char *)realloc(*ppLine, i); in getline()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
D | Heap.h | 43 #define realloc(a, b) myrealloc(__FILE__, __LINE__, a, b) macro
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/port/ |
D | mem_port.c | 46 return (void *)realloc(ptr, size); in os_realloc()
|
/device/soc/esp/esp32/components/newlib/ |
D | heap.c | 39 void* realloc(void* ptr, size_t size) in realloc() function
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/ |
D | toolchain-bk7235.cmake | 22 …-wrap,free -Wl,-wrap,_free_r -Wl,-wrap,zalloc -Wl,-wrap,calloc -Wl,-wrap,realloc -Wl,-wrap,_reall…
|
/device/soc/winnermicro/wm800/board/include/platform/ |
D | wm_mem.h | 201 #define tls_mem_realloc realloc
|
/device/soc/esp/esp32/components/esp_rom/esp32/ld/ |
D | esp32.rom.syscalls.ld | 36 PROVIDE ( realloc = 0x4000becc );
|
/device/soc/esp/esp32/components/libs/ |
D | esp32.rom.syscalls.ld | 36 PROVIDE ( realloc = 0x4000becc );
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/config/best2600w_liteos/ |
D | target.mk | 312 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc 320 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc 326 LDFLAGS_IMAGE += --wrap malloc --wrap calloc --wrap free --wrap realloc
|
/device/board/beken/bk7235x/liteos_m/ |
D | config.gni | 70 "-Wl,-wrap,realloc",
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/ |
D | lega_rtos.c | 605 realloc(mem, xWantedSize); in lega_rtos_realloc()
|
/device/soc/esp/esp32/components/esp_wifi/esp32/ |
D | esp_adapter.c | 91 return realloc(ptr, size); in wifi_realloc()
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|