/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-call-return.ll | 7 ; CHECK: bl xmalloc 8 %0 = call noalias i8* @xmalloc(i64 undef) 12 declare noalias i8* @xmalloc(i64)
|
D | arm64-2012-07-11-InstrEmitterBug.ll | 8 declare noalias i8* @xmalloc(i64) optsize 40 %call34 = tail call noalias i8* @xmalloc(i64 %conv33) nounwind optsize
|
/external/bison/lib/ |
D | xmalloc.c | 39 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()
|
D | xalloc.h | 54 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()
|
D | basename.c | 48 char *p = xmalloc (length + 3); in base_name()
|
/external/bison/src/ |
D | state.c | 44 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()
|
D | symlist.c | 35 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()
|
D | named-ref.c | 28 named_ref *res = xmalloc (sizeof *res); in named_ref_new()
|
/external/e2fsprogs/intl/ |
D | relocatable.c | 43 # 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/ |
D | vg_libciface.h | 70 #define xmalloc(_nn) \ macro 88 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn))) 97 ((_Ty *) xmalloc(sizeof (_Ty)))
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 51 #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/ |
D | dbus-cleanup-sockets.c | 51 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/ |
D | last.c | 46 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/ |
D | fileman.c | 28 void * xmalloc (size_t size); 88 r = xmalloc (strlen (s) + 1); in dupstr() 488 xmalloc (size_t size) in xmalloc() function
|
/external/toybox/lib/ |
D | xwrap.c | 41 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/ |
D | xstrdup.c | 41 return strcpy (xmalloc (strlen (string) + 1), string); in xstrdup()
|
D | xstrndup.c | 43 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0'; in xstrndup()
|
D | xmalloc.c | 47 xmalloc (size_t n) in xmalloc() function
|
D | Makefile.am | 36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
|
/external/avahi/avahi-common/ |
D | avahi-malloc.c | 62 static void* xmalloc(size_t size) { in xmalloc() function 107 return xmalloc(size); in avahi_malloc()
|
/external/bison/djgpp/ |
D | subpipe.c | 139 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/ |
D | tac.c | 30 temp = xmalloc(sizeof(struct arg_list)); in do_tac()
|
/external/toybox/toys/posix/ |
D | tail.c | 49 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/ |
D | xmalloc.c | 41 void *xmalloc(size_t size) in xmalloc() function
|
D | unwind.c | 110 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()
|