Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/include/
H A Dmalloc.h867 #pragma weak realloc = __libc_realloc macro
877 #define realloc realloc_simple macro
900 # define smp_rEALLOc realloc
910 # define rEALLOc realloc
/rk3399_rockchip-uboot/tools/
H A Dgetline.c57 *lineptr = realloc(*lineptr, *n); in getstr()
H A Dmkenvimage.c165 filebuf = realloc(filebuf, readlen); in main()
H A Dproftool.c136 func_list = realloc(func_list, in read_system_map()
H A Dmips-relocs.c132 new = realloc(relocs, new_sz * sizeof(*relocs)); in add_reloc()
H A Dimage-host.c373 list->strings = realloc(list->strings, in strlist_add()
H A Dfdtgrep.c719 buf = realloc(buf, bufsize); in utilfdt_read_err_len()
/rk3399_rockchip-uboot/post/drivers/
H A Dflash.c40 p = ptr = realloc(ptr, new_len); in seed_src_data()
/rk3399_rockchip-uboot/lib/
H A Dabuf.c37 ptr = realloc(abuf->data, new_size); in abuf_realloc()
H A Dmembuff.c346 ptr = realloc(mb->start, size); in membuff_extend_by()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.h61 void *new = realloc(p, len); in xrealloc()
/rk3399_rockchip-uboot/common/
H A Diomux.c134 (struct stdio_dev **)realloc(console_devices[console], in iomux_doenv()
H 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);
37 #define REALLOC_ZERO_BYTES_FREES below is set, realloc with a
155 Define this if you think that realloc(p, 0) should be equivalent
157 malloc(0), so does realloc(p, 0).
164 memcpy called in realloc and calloc (otherwise macro versions are used).
171 Define to non-zero to optionally make realloc() use mremap() to
309 realloc with zero bytes should be the same as a call to free.
311 returns a unique pointer for malloc(0), so does realloc(p, 0).
347 and want to use them in calloc and realloc. Otherwise simple
[all …]
H A Dcli_hush.c626 tmp = realloc(name, ln+strlen(value)+2); in builtin_export()
876 o->data = realloc(o->data, 1 + o->maxlen); in b_check_space()
2062 pglob->gl_pathv = realloc(pglob->gl_pathv, (pathc+1)*sizeof(*pglob->gl_pathv));
2494 child->argv = realloc(child->argv, (argc+1)*sizeof(*child->argv));
2499 child->argv_nonnull = realloc(child->argv_nonnull,
3349 if (!(p = realloc(ptr, size))) {
/rk3399_rockchip-uboot/scripts/
H A Ddocproc.c157 realloc(sym->symbollist, (sym->symbolcnt + 1) * sizeof(char *)); in add_new_symbol()
398 data = realloc(data, data_len + 4096); in find_all_symbols()
422 all_list = realloc(all_list, sizeof(char *) * all_list_len); in find_all_symbols()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dutil.c107 gs->s = realloc(gs->s, l); in str_append()
H A Dzconf.l55 text = realloc(text, new_size); in append_string()
H A Dnconf.gui.c377 *resultp = result = realloc(result, *result_len); in dialog_inputbox()
488 *resultp = result = realloc(result, in dialog_inputbox()
H A Dsymbol.c937 res = realloc(res, reslen); in sym_expand_string_value()
1049 tmp = realloc(sym_match_arr, size * sizeof(struct sym_match)); in sym_re_search()
H A Dzconf.lex.c_shipped234 * and can realloc() it to grow it, and should free() it to
842 text = realloc(text, new_size);
2028 * immediate realloc on the next call.
2344 return (void *) realloc( (char *) ptr, size );
/rk3399_rockchip-uboot/cmd/
H A Dusb_mass_storage.c91 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init()
H A Drockusb.c143 ums_new = realloc(g_rkusb->ums, (g_rkusb->ums_cnt + 1) * in rkusb_init()
/rk3399_rockchip-uboot/api/
H A Dapi.c529 var = realloc(var, buflen); in API_env_enum()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dresource_img.c297 hdr = realloc(hdr, (1 + blk_cnt) * desc->blksz); in resource_setup_blk_list()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c349 fname = realloc(fname, len); in os_dirent_ls()

12