| /rk3399_rockchip-uboot/include/ |
| H A D | malloc.h | 867 #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 D | getline.c | 57 *lineptr = realloc(*lineptr, *n); in getstr()
|
| H A D | mkenvimage.c | 165 filebuf = realloc(filebuf, readlen); in main()
|
| H A D | proftool.c | 136 func_list = realloc(func_list, in read_system_map()
|
| H A D | mips-relocs.c | 132 new = realloc(relocs, new_sz * sizeof(*relocs)); in add_reloc()
|
| H A D | image-host.c | 373 list->strings = realloc(list->strings, in strlist_add()
|
| H A D | fdtgrep.c | 719 buf = realloc(buf, bufsize); in utilfdt_read_err_len()
|
| /rk3399_rockchip-uboot/post/drivers/ |
| H A D | flash.c | 40 p = ptr = realloc(ptr, new_len); in seed_src_data()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | abuf.c | 37 ptr = realloc(abuf->data, new_size); in abuf_realloc()
|
| H A D | membuff.c | 346 ptr = realloc(mb->start, size); in membuff_extend_by()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.h | 61 void *new = realloc(p, len); in xrealloc()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | iomux.c | 134 (struct stdio_dev **)realloc(console_devices[console], in iomux_doenv()
|
| H A D | dlmalloc.src | 4 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 D | cli_hush.c | 626 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 D | docproc.c | 157 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 D | util.c | 107 gs->s = realloc(gs->s, l); in str_append()
|
| H A D | zconf.l | 55 text = realloc(text, new_size); in append_string()
|
| H A D | nconf.gui.c | 377 *resultp = result = realloc(result, *result_len); in dialog_inputbox() 488 *resultp = result = realloc(result, in dialog_inputbox()
|
| H A D | symbol.c | 937 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 D | zconf.lex.c_shipped | 234 * 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 D | usb_mass_storage.c | 91 ums_new = realloc(ums, (ums_count + 1) * sizeof(*ums)); in ums_init()
|
| H A D | rockusb.c | 143 ums_new = realloc(g_rkusb->ums, (g_rkusb->ums_cnt + 1) * in rkusb_init()
|
| /rk3399_rockchip-uboot/api/ |
| H A D | api.c | 529 var = realloc(var, buflen); in API_env_enum()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | resource_img.c | 297 hdr = realloc(hdr, (1 + blk_cnt) * desc->blksz); in resource_setup_blk_list()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 349 fname = realloc(fname, len); in os_dirent_ls()
|