HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 1 - 25 of 475) 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/openssh/
xmalloc.h 1 /* $OpenBSD: xmalloc.h,v 1.15 2015/04/24 01:36:01 deraadt Exp $ */
19 void *xmalloc(size_t);
xmalloc.c 1 /* $OpenBSD: xmalloc.c,v 1.32 2015/04/24 01:36:01 deraadt Exp $ */
26 #include "xmalloc.h"
30 xmalloc(size_t size) function
35 fatal("xmalloc: zero size");
38 fatal("xmalloc: out of memory (allocating %zu bytes)", size);
77 cp = xmalloc(len);
  /external/ltp/tools/top-LTP/proc/
alloc.h 9 extern void *xmalloc(unsigned int size) MALLOC;
alloc.c 23 void *xmalloc(unsigned int size) function
31 fprintf(stderr, "xmalloc: malloc(%d) failed", size);
  /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);
  /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 *));
  /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.x/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.x/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.x/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.x/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.x/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.x/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.x/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.x/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro

Completed in 1060 milliseconds

1 2 3 4 5 6 7 8 91011>>