HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 1 - 25 of 437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/lib/
xstrdup.c 41 return strcpy (xmalloc (strlen (string) + 1), string);
xstrndup.c 43 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0';
Makefile.am 36 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
  /external/bison/lib/
basename.c 48 char *p = xmalloc (length + 3);
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
39 xmalloc (size_t n) function
86 return memset (xmalloc (s), 0, s);
113 return memcpy (xmalloc (s), p, s);
xalloc.h 54 void *xmalloc (size_t s)
74 /* extern t *XMALLOC (typename t); */
75 #define XMALLOC(t) ((t *) xmalloc (sizeof (t)))
80 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
104 return xmalloc (n * s);
209 /* Return a pointer to a new buffer of N bytes. This is like xmalloc,
  /external/bison/src/
named-ref.c 28 named_ref *res = xmalloc (sizeof *res);
  /toolchain/binutils/binutils-2.25/ld/
ldmisc.h 31 extern void *xmalloc (size_t);
  /toolchain/binutils/binutils-2.25/libiberty/
argv.c 75 copy = (char **) xmalloc ((argc + 1) * sizeof (char *));
81 copy[argc] = (char *) xmalloc (len + 1);
145 is obtained from @code{xmalloc}. All of the memory can be returned to the
187 copybuf = (char *) xmalloc (strlen (input) + 1);
201 nargv = (char **) xmalloc (maxargc * sizeof (char *));
415 buffer = (char *) xmalloc (pos * sizeof (char) + 1);
430 file_argv = (char **) xmalloc (sizeof (char *));
partition.c 48 xmalloc (sizeof (struct partition_def) +
149 done = (char *) xmalloc (num_elements);
153 class_elements = (int *) xmalloc (num_elements * sizeof (int));
  /toolchain/binutils/binutils-2.25/opcodes/
arc-ext.c 182 char * insn_name = (char *) xmalloc(( (int)*p-5) * sizeof(char));
184 (struct ExtInstruction *) xmalloc(sizeof(struct ExtInstruction));
199 char * core_name = (char *) xmalloc(((int)*p-3) * sizeof(char));
208 char * cc_name = (char *) xmalloc( ((int)*p-3) * sizeof(char));
219 char * aux_name = (char *) xmalloc ( ((int)*p-6) * sizeof(char));
253 arcExtMap = (char *) xmalloc (count);
  /external/toybox/toys/other/
tac.c 30 temp = xmalloc(sizeof(struct arg_list));
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.h 78 void *xmalloc (size_t);
  /toolchain/binutils/binutils-2.25/gprof/
search_list.c 46 new_el = (Search_List_Elem *) xmalloc (sizeof (*new_el) + len);
corefile.c 119 xmalloc (count * sizeof (struct function_map)));
145 symbol_map[count].file_name = (char *) xmalloc (strlen (dummy) + 1);
153 symbol_map[count].function_name = (char *) xmalloc (strlen (tmp) + 1);
216 core_syms = (asymbol **) xmalloc (core_sym_bytes);
490 char * buf = (char *) xmalloc (BUFSIZE);
491 char * address = (char *) xmalloc (BUFSIZE);
493 char * name = (char *) xmalloc (BUFSIZE);
516 char * buf = (char *) xmalloc (BUFSIZE);
517 char * address = (char *) xmalloc (BUFSIZE);
519 char * name = (char *) xmalloc (BUFSIZE)
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 70 #define xmalloc(_nn) \ macro
71 VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmalloc", (_nn))
88 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn)))
97 ((_Ty *) xmalloc(sizeof (_Ty)))
  /ndk/sources/host-tools/make-3.81/
rule.c 129 name = (char *) xmalloc (namelen + 1);
186 targname = xmalloc (1 + len + 1);
192 names = (char **) xmalloc (2 * sizeof (char *));
204 depname = xmalloc (1 + len + 1);
368 r = (struct rule *) xmalloc (sizeof (struct rule));
370 r->targets = (char **) xmalloc (2 * sizeof (char *));
371 r->suffixes = (char **) xmalloc (2 * sizeof (char *));
372 r->lens = (unsigned int *) xmalloc (2 * sizeof (unsigned int));
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
481 struct rule *r = (struct rule *) xmalloc (sizeof (struct rule))
    [all...]

Completed in 516 milliseconds

1 2 3 4 5 6 7 8 91011>>