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

1 2 3 4

  /external/elfutils/lib/
xstrdup.c 26 return strcpy (xmalloc (strlen (string) + 1), string);
xstrndup.c 29 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0';
system.h 22 extern void *xmalloc (size_t) __attribute__ ((__malloc__));
Makefile.am 28 libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c crc32.c
xmalloc.c 31 xmalloc (n) function
  /external/oprofile/libutil/
op_libiberty.h 37 /* Set the program name used by xmalloc. */
43 void * xmalloc(size_t) OP_ATTRIB_MALLOC;
45 /* Reallocate memory without fail. This works like xmalloc. Note,
50 /* Allocate memory without fail and set it to zero. This works like xmalloc */
67 #define xmalloc(s) malloc(s) macro
op_libiberty.c 21 void * ptr = xmalloc(n_elem * sz);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
35 xmalloc (n) function
49 If P is NULL, run xmalloc.
58 return xmalloc (n);
alloca.c 6 Use xmalloc instead of malloc.
59 extern pointer xmalloc();
180 register pointer new = xmalloc (sizeof (header) + size);
  /external/bison/lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
63 xmalloc (size_t n) function
205 return memset (xmalloc (s), 0, s);
232 return memcpy (xmalloc (s), p, s);
xalloc.h 48 void *xmalloc (size_t s);
dirname.c 48 allocated with xmalloc.
57 char *dir = xmalloc (length + append_dot + 1);
70 basename.c dirname.c xmalloc.c error.c
  /external/dhcpcd/
common.h 83 void *xmalloc(size_t);
configure.c 98 env = xmalloc(sizeof(char *) * (elen + 1));
102 env[0] = xmalloc(e);
107 env[1] = xmalloc(e);
110 env[2] = xmalloc(e);
113 env[3] = xmalloc(e);
115 env[4] = xmalloc(e);
257 rt = xmalloc(sizeof(*rt));
306 rtn->next = xmalloc(sizeof(*rtn));
309 nr = rtn = xmalloc(sizeof(*rtn));
  /external/dropbear/
scpmisc.h 40 /* from xmalloc.h */
41 void *xmalloc(size_t);
  /external/bison/src/
state.c 46 transitions *res = xmalloc (offsetof (transitions, states) + states_size);
84 errs *res = xmalloc (offsetof (errs, symbols) + symbols_size);
106 reductions *res = xmalloc (offsetof (reductions, rules) + rules_size);
140 res = xmalloc (offsetof (state, items) + items_size);
345 state *probe = xmalloc (offsetof (state, items) + items_size);
files.c 94 char *res = xmalloc (len + 1);
147 char *out = xmalloc (strlen (in) + 1);
muscle_tab.c 112 entry = xmalloc (sizeof *entry);
138 entry = xmalloc (sizeof *entry);
  /external/e2fsprogs/intl/
relocatable.c 43 # define xmalloc malloc macro
119 memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1);
203 q = (char *) xmalloc (p - curr_pathname + 1);
263 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
433 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /external/oprofile/libop/
op_alloc_counter.c 50 ctr_arc = xmalloc(nr_events * sizeof(*ctr_arc));
60 xmalloc(sizeof(counter_arc));
231 counter_map = xmalloc(nr_events * sizeof(size_t));
  /external/dbus/tools/
dbus-cleanup-sockets.c 51 xmalloc (size_t bytes) function
123 se = xmalloc (sizeof (SocketEntry));
126 se->name = xmalloc (len);
165 entries = xmalloc (sizeof (SocketEntry*) * allocated);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 124 strings. Allocates memory using xmalloc. */
130 strings. Allocates memory using xmalloc. The first argument is
274 /* Set the program name used by xmalloc. */
285 extern void *xmalloc (size_t) ATTRIBUTE_MALLOC;
287 /* Reallocate memory without fail. This works like xmalloc. Note,
294 xmalloc. */
324 #define XNEW(T) ((T *) xmalloc (sizeof (T)))
332 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N)))
341 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
libiberty.h 124 strings. Allocates memory using xmalloc. */
130 strings. Allocates memory using xmalloc. The first argument is
274 /* Set the program name used by xmalloc. */
285 extern void *xmalloc (size_t) ATTRIBUTE_MALLOC;
287 /* Reallocate memory without fail. This works like xmalloc. Note,
294 xmalloc. */
324 #define XNEW(T) ((T *) xmalloc (sizeof (T)))
332 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N)))
341 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
  /external/oprofile/daemon/
oprofiled.c 167 cbuf = xmalloc(strlen(op_session_dir) + 5);
288 struct opd_hashed_name * elt = xmalloc(sizeof(struct opd_hashed_name));
289 elt->name = xmalloc(PATH_MAX);
424 tmp = xmalloc(PATH_MAX);
452 tmp = xmalloc(PATH_MAX);
  /external/bison/djgpp/
subpipe.c 131 arguments = xmalloc(argc * sizeof(arguments[0]));
134 arguments[argc] = xmalloc((strlen(argv[argc]) + 1) * sizeof(arguments[0][0]));

Completed in 514 milliseconds

1 2 3 4