Home
last modified time | relevance | path

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

12

/u-boot/arch/sandbox/include/asm/
A Dmalloc.h13 void *realloc(void *ptr, size_t size);
/u-boot/include/
A Dmalloc.h875 #pragma weak realloc = __libc_realloc macro
885 #define realloc realloc_simple macro
909 #define realloc dlrealloc macro
923 # define rEALLOc realloc
/u-boot/tools/
A Dgetline.c56 *lineptr = realloc(*lineptr, *n); in getstr()
A Dmkenvimage.c172 filebuf = realloc(filebuf, filesize + CHUNK_SIZE); in main()
A Dmips-relocs.c131 new = realloc(relocs, new_sz * sizeof(*relocs)); in add_reloc()
A Dproftool.c135 func_list = realloc(func_list, in read_system_map()
A Dfdtgrep.c722 buf = realloc(buf, bufsize); in utilfdt_read_err_len()
809 region = realloc(region, count * sizeof(struct fdt_region)); in do_fdtgrep()
A Dimage-host.c673 list->strings = realloc(list->strings, in strlist_add()
A Dzynqmpbif.c264 new_data = realloc(bif_output.data, new_size); in bif_add_blob()
/u-boot/post/drivers/
A Dflash.c40 p = ptr = realloc(ptr, new_len); in seed_src_data()
/u-boot/scripts/dtc/
A Dutil.h64 void *new = realloc(p, len); in xrealloc()
/u-boot/scripts/kconfig/
A Dutil.c103 p = realloc(p, size); in xrealloc()
A Dnconf.gui.c489 *resultp = result = realloc(result, in dialog_inputbox()
/u-boot/common/
A Diomux.c155 tmp = realloc(arg, size + strlen(name) + 1); in iomux_replace_device()
A Ddlmalloc.src4 A version of malloc/free/realloc written by Doug Lea and released to the
32 realloc(Void_t* p, size_t n);
157 malloc(0), so does realloc(p, 0).
864 #pragma weak realloc = __libc_realloc
887 #define rEALLOc realloc
2488 usages of realloc to be sensible.
2527 /* realloc of null is supposed to be same as malloc */
3200 * Support another case of realloc via move into top
3235 * realloc: try to expand in both directions
3237 * realloc: only conditionally expand backwards
[all …]
A Dcli_hush.c624 tmp = realloc(name, ln+strlen(value)+2); in builtin_export()
874 o->data = realloc(o->data, 1 + o->maxlen); in b_check_space()
2059 pglob->gl_pathv = realloc(pglob->gl_pathv, (pathc+1)*sizeof(*pglob->gl_pathv));
2483 child->argv = realloc(child->argv, (argc+1)*sizeof(*child->argv));
2488 child->argv_nonnull = realloc(child->argv_nonnull,
3338 if (!(p = realloc(ptr, size))) {
/u-boot/drivers/video/
A Dsandbox_osd.c73 priv->buf = realloc(priv->buf, size * sizeof(u16)); in _sandbox_osd_set_size()
/u-boot/cmd/
A Dusb_mass_storage.c94 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init()
A Dnvedit_efi.c196 p = realloc(var_name16, buf_size); in efi_dump_var_all()
380 new_buf = realloc(*bufp, *sizep + len); in append_value()
/u-boot/lib/
A Dmembuff.c346 ptr = realloc(mb->start, size); in membuff_extend_by()
/u-boot/drivers/net/phy/
A Dncsi.c375 package->channels = realloc(package->channels, in ncsi_rsp_cis()
419 ncsi_priv->packages = realloc(ncsi_priv->packages, in ncsi_rsp_sp()
/u-boot/lib/efi_loader/
A Defi_hii.c847 buf = realloc(stbl->strings, in new_string()
955 buf = realloc(stbl->strings, in set_string()
A Defi_capsule.c751 dirent = realloc(dirent, tmp_size); in efi_capsule_scan_dir()
/u-boot/api/
A Dapi.c548 var = realloc(var, buflen); in API_env_enum()
/u-boot/arch/sandbox/cpu/
A Dos.c473 fname = realloc(fname, len); in os_dirent_ls()

Completed in 46 milliseconds

12