Home
last modified time | relevance | path

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

1234567

/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/bison/lib/
Dxmalloc.c39 xmalloc (size_t n) in xmalloc() function
86 return memset (xmalloc (s), 0, s); in xzalloc()
113 return memcpy (xmalloc (s), p, s); in xmemdup()
Dxalloc.h54 void *xmalloc (size_t s)
75 #define XMALLOC(t) ((t *) xmalloc (sizeof (t)))
80 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
104 return xmalloc (n * s); in xnmalloc()
Dbasename.c48 char *p = xmalloc (length + 3); in base_name()
/external/bison/src/
Dstate.c44 transitions *res = xmalloc (offsetof (transitions, states) + states_size); in transitions_new()
82 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size); in errs_new()
104 reductions *res = xmalloc (offsetof (reductions, rules) + rules_size); in reductions_new()
138 res = xmalloc (offsetof (state, items) + items_size); in state_new()
165 res = xmalloc (offsetof (state, items) + items_size); in state_new_isocore()
395 state *probe = xmalloc (offsetof (state, items) + items_size); in state_hash_lookup()
Dsymlist.c35 symbol_list *res = xmalloc (sizeof *res); in symbol_list_sym_new()
66 symbol_list *res = xmalloc (sizeof *res); in symbol_list_type_new()
85 symbol_list *res = xmalloc (sizeof *res); in symbol_list_default_tagged_new()
103 symbol_list *res = xmalloc (sizeof *res); in symbol_list_default_tagless_new()
Dnamed-ref.c28 named_ref *res = xmalloc (sizeof *res); in named_ref_new()
/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/valgrind/coregrind/m_demangle/
Dvg_libciface.h70 #define xmalloc(_nn) \ macro
88 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn)))
97 ((_Ty *) xmalloc(sizeof (_Ty)))
/external/elfutils/libcpu/
Di386_parse.y51 #define obstack_chunk_alloc xmalloc
269 struct synonym *newp = xmalloc (sizeof (*newp));
345 struct suffix *ns = xmalloc (sizeof (*ns));
422 $$ = xmalloc (sizeof (struct bitvalue));
429 $$ = xmalloc (sizeof (struct bitvalue));
436 $$ = xmalloc (sizeof (struct bitvalue));
467 runp->next = xmalloc (sizeof (struct argument));
474 $$ = xmalloc (sizeof (struct argument));
493 $$ = xmalloc (sizeof (struct argname));
525 $$ = xmalloc (sizeof (struct argname));
[all …]
/external/dbus/tools/
Ddbus-cleanup-sockets.c51 xmalloc (size_t bytes) in xmalloc() function
123 se = xmalloc (sizeof (SocketEntry)); in socket_entry_new()
126 se->name = xmalloc (len); in socket_entry_new()
180 entries = xmalloc (sizeof (SocketEntry*) * allocated); in read_sockets()
/external/toybox/toys/pending/
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/libedit/examples/
Dfileman.c28 void * xmalloc (size_t size);
88 r = xmalloc (strlen (s) + 1); in dupstr()
488 xmalloc (size_t size) in xmalloc() function
/external/toybox/lib/
Dxwrap.c41 void *xmalloc(size_t size) in xmalloc() function
52 void *ret = xmalloc(size); in xzalloc()
86 void *ret = xmalloc(len); in xmemdup()
108 ret = xmalloc(len); in xmprintf()
491 ret = xmalloc(try); in xabspath()
/external/elfutils/lib/
Dxstrdup.c41 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
Dxstrndup.c43 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0'; in xstrndup()
Dxmalloc.c47 xmalloc (size_t n) in xmalloc() function
DMakefile.am36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
/external/avahi/avahi-common/
Davahi-malloc.c62 static void* xmalloc(size_t size) { in xmalloc() function
107 return xmalloc(size); in avahi_malloc()
/external/bison/djgpp/
Dsubpipe.c139 arguments = xmalloc(argc * sizeof(arguments[0])); in create_subpipe()
142 arguments[argc] = xmalloc((strlen(argv[argc]) + 1) * sizeof(arguments[0][0])); in create_subpipe()
/external/toybox/toys/other/
Dtac.c30 temp = xmalloc(sizeof(struct arg_list)); in do_tac()
/external/toybox/toys/posix/
Dtail.c49 struct line_list *line = xmalloc(sizeof(struct line_list)+len); in get_chunk()
243 TT.files = xmalloc(toys.optc*8); in tail_main()
/external/strace/
Dxmalloc.c41 void *xmalloc(size_t size) in xmalloc() function
Dunwind.c110 tcp->queue = xmalloc(sizeof(*tcp->queue)); in unwind_tcb_init()
365 symbol_name = xmalloc(symbol_name_size); in stacktrace_walk()
481 call = xmalloc(sizeof(*call)); in queue_put()

1234567