Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 15 of 15) sorted by relevance

/u-boot/scripts/kconfig/
A Dutil.c24 file = xmalloc(sizeof(*file)); in file_lookup()
36 gs.s = xmalloc(sizeof(char) * 64); in str_new()
83 void *xmalloc(size_t size) in xmalloc() function
A Dzconf.l45 text = xmalloc(START_STRSIZE); in new_string()
67 text = xmalloc(size + 1); in alloc_string()
A Dpreprocess.c45 e = xmalloc(sizeof(*e)); in env_add()
297 v = xmalloc(sizeof(*v)); in variable_add()
499 out = xmalloc(1); in __expand_string()
A Dlkc.h100 void *xmalloc(size_t size);
A Dsymbol.c674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
678 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
834 symbol = xmalloc(sizeof(*symbol)); in sym_lookup()
894 res = xmalloc(reslen); in sym_escape_string_value()
1284 prop = xmalloc(sizeof(*prop)); in prop_alloc()
A Dmenu.c51 menu = xmalloc(sizeof(*menu)); in menu_add_entry()
721 jump = xmalloc(sizeof(struct jump_key)); in get_prompt_str()
A Dconfdata.c674 str2 = xmalloc(strlen(str) + 3); in conf_write_symbol()
A Dexpr.c72 e = xmalloc(sizeof(*org)); in expr_copy()
/u-boot/scripts/dtc/
A Dsrcpos.c43 char *dir = xmalloc(len + 1); in get_dirname()
150 srcfile = xmalloc(sizeof(*srcfile)); in srcfile_push()
188 node = xmalloc(sizeof(*node)); in srcfile_add_search_path()
238 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
A Dlivetree.c38 new = xmalloc(sizeof(*new)); in add_label()
55 struct property *new = xmalloc(sizeof(*new)); in build_property()
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
102 struct node *new = xmalloc(sizeof(*new)); in build_node()
119 struct node *new = xmalloc(sizeof(*new)); in build_node_delete()
361 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry()
404 dti = xmalloc(sizeof(*dti)); in build_dt_info()
680 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
718 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
754 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
[all …]
A Dutil.c42 char *d = xmalloc(len); in xstrdup()
93 str = xmalloc(len); in join_path()
245 buf = xmalloc(bufsize); in utilfdt_read_err_len()
A Dutil.h52 static inline void *xmalloc(size_t len) in xmalloc() function
A Ddata.c244 m = xmalloc(sizeof(*m)); in data_add_marker()
A Dflattree.c859 blob = xmalloc(totalsize); in dt_from_blob()
/u-boot/common/
A Dcli_hush.c388 static void *xmalloc(size_t size);
962 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()
1178 struct close_me *new = xmalloc(sizeof(struct close_me));
1363 thejob = job_list = xmalloc(sizeof(*thejob));
1366 thejob->next = xmalloc(sizeof(*thejob));
2298 redir = xmalloc(sizeof(struct redir_struct));
2335 pi = xmalloc(sizeof(struct pipe));
3260 p = xmalloc(strlen(s) + 2);
3323 static void *xmalloc(size_t size) function
3586 list = xmalloc(sizeof(*list));
[all …]

Completed in 29 milliseconds