Home
last modified time | relevance | path

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

123456789

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-call-return.ll7 ; CHECK: bl xmalloc
8 %0 = call noalias i8* @xmalloc(i64 undef)
12 declare noalias i8* @xmalloc(i64)
Darm64-2012-07-11-InstrEmitterBug.ll8 declare noalias i8* @xmalloc(i64) optsize
40 %call34 = tail call noalias i8* @xmalloc(i64 %conv33) nounwind optsize
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-call-return.ll7 ; CHECK: bl xmalloc
8 %0 = call noalias i8* @xmalloc(i64 undef)
12 declare noalias i8* @xmalloc(i64)
Darm64-2012-07-11-InstrEmitterBug.ll8 declare noalias i8* @xmalloc(i64) optsize
40 %call34 = tail call noalias i8* @xmalloc(i64 %conv33) nounwind optsize
/external/fsverity-utils/lib/
Dutils.c18 static void *xmalloc(size_t size) in xmalloc() function
30 void *p = xmalloc(size); in libfsverity_zalloc()
39 void *p = xmalloc(size); in libfsverity_memdup()
/external/e2fsprogs/intl/
Drelocatable.c43 # define xmalloc malloc macro
119 memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1); in set_this_relocation_prefix()
203 q = (char *) xmalloc (p - curr_pathname + 1); in compute_curr_prefix()
263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1); in compute_curr_prefix()
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1); in relocate()
/external/dtc/
Dsrcpos.c32 char *dir = xmalloc(len + 1); in get_dirname()
77 res = xmalloc((3 * diff) + restlen + 1); in shorten_to_initial_path()
179 srcfile = xmalloc(sizeof(*srcfile)); in srcfile_push()
220 node = xmalloc(sizeof(*node)); in srcfile_add_search_path()
262 pos_new = xmalloc(sizeof(struct srcpos)); in srcpos_copy()
267 srcfile_state = xmalloc(sizeof(struct srcfile_state)); in srcpos_copy()
Dlivetree.c24 new = xmalloc(sizeof(*new)); in add_label()
42 struct property *new = xmalloc(sizeof(*new)); in build_property()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
91 struct node *new = xmalloc(sizeof(*new)); in build_node()
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete()
360 struct reserve_info *new = xmalloc(sizeof(*new)); in build_reserve_entry()
403 dti = xmalloc(sizeof(*dti)); in build_dt_info()
678 tbl = xmalloc(n * sizeof(*tbl)); in sort_reserve_entries()
716 tbl = xmalloc(n * sizeof(*tbl)); in sort_properties()
752 tbl = xmalloc(n * sizeof(*tbl)); in sort_subnodes()
[all …]
Dfdtoverlay.c56 tmpo = xmalloc(fdt_totalsize(overlay)); in apply_one()
115 ovblob = xmalloc(sizeof(*ovblob) * argc); in do_fdtoverlay()
/external/strace/
Dxmalloc.h40 #define xmalloc strace_malloc macro
44 void *xmalloc(size_t size) ATTRIBUTE_MALLOC ATTRIBUTE_ALLOC_SIZE((1));
Dxmalloc.c52 xmalloc(size_t size) in xmalloc() function
139 p = xmalloc(n + 1); in xstrndup()
/external/dtc/tests/
Dsw_tree1.c35 *fdt = xmalloc(*size); in realloc_fdt()
42 *fdt = xmalloc(SPACE); in realloc_fdt()
69 buf = xmalloc(*size); in realloc_fdt()
163 fdt = xmalloc(size); in main()
Dnopulate.c61 buf = xmalloc(2 * fdt_size_dt_struct(fdt)); in main()
69 fdt2 = xmalloc(fdt_totalsize(fdt) + newsize); in main()
/external/toybox/scripts/
Dconfig2help.c30 void *xmalloc(size_t size) in xmalloc() function
57 ret = xmalloc(len); in xmprintf()
102 struct double_list *new = xmalloc(sizeof(struct double_list)); in dlist_add()
223 list = xmalloc(sizeof(char *)*count); in grab_dashlines()
251 memset(new = xmalloc(sizeof(struct symbol)), 0, sizeof(struct symbol)); in parse()
383 char **new = xmalloc(sizeof(char *)*(clen+tlen)); in main()
485 strcpy(s = xmalloc(strlen(sym->name)+1), sym->name); in main()
/external/elfutils/libcpu/
Di386_parse.y50 #define obstack_chunk_alloc xmalloc
268 struct synonym *newp = xmalloc (sizeof (*newp));
344 struct suffix *ns = xmalloc (sizeof (*ns));
421 $$ = xmalloc (sizeof (struct bitvalue));
428 $$ = xmalloc (sizeof (struct bitvalue));
435 $$ = xmalloc (sizeof (struct bitvalue));
466 runp->next = xmalloc (sizeof (struct argument));
473 $$ = xmalloc (sizeof (struct argument));
492 $$ = xmalloc (sizeof (struct argname));
524 $$ = xmalloc (sizeof (struct argname));
[all …]
/external/fsverity-utils/programs/
Dutils.c23 void *xmalloc(size_t size) in xmalloc() function
34 return memset(xmalloc(size), 0, size); in xzalloc()
39 return memcpy(xmalloc(size), mem, size); in xmemdup()
/external/openssh/
Dxmalloc.c34 xmalloc(size_t size) in xmalloc() function
93 cp = xmalloc(len); in xstrdup()
Dxmalloc.h19 void *xmalloc(size_t);
/external/toybox/toys/pending/
Dgetfattr.c48 keys = xmalloc(keys_len);
58 sorted_keys = xmalloc(key_count * sizeof(char *));
Dlast.c46 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add_node()
181 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut))); in last_main()
183 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut))); in last_main()
/external/toybox/toys/lsb/
Dkillall.c52 struct int_list *new = xmalloc(sizeof(*TT.pids));
98 TT.err = xmalloc(2*toys.optc); in killall_main()
/external/toybox/lib/
Ddirtree.c55 memset(dt = xmalloc((len = sizeof(struct dirtree)+len+1)+linklen), 0, in dirtree_add_node()
92 return strcpy(xmalloc(strlen(node->name)+ll+1), node->name); in dirtree_path()
96 path = xmalloc(len)+len-ll; in dirtree_path()
Denv.c29 } else environ = xmalloc(256*sizeof(char *)); in xclearenv()
48 memcpy(new = xmalloc(((toys.envc|31)+1)*sizeof(char *)), environ, in xsetenv()
/external/elfutils/lib/
Dxstrdup.c41 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
Dxstrndup.c44 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0'; in xstrndup()

123456789