HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 26 - 50 of 169) sorted by null

12 3 4 5 6 7

  /external/oprofile/daemon/liblegacy/
opd_kernel.c 81 struct opd_module * module = xmalloc(sizeof(struct opd_module));
202 modname = xmalloc((size_t)((cp2-cp) + 1));
225 filename = xmalloc((size_t)(cp3 - cp2 + 1));
282 module_names = xmalloc(size);
  /external/oprofile/libop/tests/
mangle_tests.c 53 char * expect = xmalloc(strlen(test->result) +
  /ndk/sources/host-tools/make-3.81/
default.c 559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
misc.c 177 result = (char *) xmalloc (len1 + len2 + len3 + 1);
339 #undef xmalloc function
344 xmalloc (unsigned int size)
395 register char *out = (char *) xmalloc (length + 1);
496 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep));
528 c = (struct dep *) xmalloc (sizeof (struct dep));
334 #undef xmalloc macro
vmsfunctions.c 37 struct DIR *dir = (struct DIR *)xmalloc (sizeof (struct DIR));
38 struct NAM *dnam = (struct NAM *)xmalloc (sizeof (struct NAM));
40 char *searchspec = (char *)xmalloc (MAXNAMLEN + 1);
vpath.c 228 vpath = (char **) xmalloc (maxelem * sizeof (char *));
296 path = (struct vpath *) xmalloc (sizeof (struct vpath));
420 name = (char *) xmalloc (maxvpath + 1 + name_dplen + 1 + flen + 1);
  /ndk/sources/host-tools/sed-4.2.1/lib/
basename.c 61 xmalloc. On systems with drive letters, a leading "./"
94 char *p = xmalloc (length + 3);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 140 strings. Allocates memory using xmalloc. */
146 strings. Allocates memory using xmalloc. The first argument is
290 /* Set the program name used by xmalloc. */
301 extern void *xmalloc (size_t) ATTRIBUTE_MALLOC;
303 /* Reallocate memory without fail. This works like xmalloc. Note,
310 xmalloc. */
342 #define XNEW(T) ((T *) xmalloc (sizeof (T)))
350 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N)))
359 #define XNEWVAR(T, S) ((T *) xmalloc ((S)))
coretypes.h 157 #define obstack_chunk_alloc ((void *(*) (long)) xmalloc)
  /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);
opd_cookie.c 105 struct cookie_entry * entry = xmalloc(sizeof(struct cookie_entry));
108 entry->name = xmalloc(PATH_MAX + 1);
opd_ibs.c 205 trans->ext = xmalloc(sizeof(struct ibs_sample));
206 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
279 trans->ext = xmalloc(sizeof(struct ibs_sample));
280 ((struct ibs_sample*)(trans->ext))->op = xmalloc(sizeof(struct ibs_op_sample));
706 sf->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t));
718 to->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t));
793 cg = xmalloc(sizeof(struct cg_entry));
  /external/elfutils/0.153/libcpu/
i386_parse.y 48 #define obstack_chunk_alloc xmalloc
266 struct synonym *newp = xmalloc (sizeof (*newp));
342 struct suffix *ns = xmalloc (sizeof (*ns));
419 $$ = xmalloc (sizeof (struct bitvalue));
426 $$ = xmalloc (sizeof (struct bitvalue));
433 $$ = xmalloc (sizeof (struct bitvalue));
464 runp->next = xmalloc (sizeof (struct argument));
471 $$ = xmalloc (sizeof (struct argument));
490 $$ = xmalloc (sizeof (struct argname));
522 $$ = xmalloc (sizeof (struct argname))
    [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 107 sec_contents = (bfd_byte *) xmalloc(sec_size);
144 char * description = (char *) xmalloc(dsize);
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 164 nutc_path = xmalloc(nutc_path_len);
220 nutc_path = xmalloc(nutc_path_len);
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 37 VOID *xmalloc P_((size_t size));
  /external/elfutils/0.153/lib/
system.h 68 extern void *xmalloc (size_t) __attribute__ ((__malloc__));
  /external/oprofile/libop/
op_mangle.c 67 mangled = xmalloc(len);
  /external/dhcpcd/
common.c 210 **e = xmalloc(len);
255 xmalloc(size_t s) function
269 void *value = xmalloc(s);
eloop.c 82 e = xmalloc(sizeof(*e));
145 t = xmalloc(sizeof(*t));
332 fds = xmalloc(sizeof(*fds) * fds_len);
  /external/libedit/examples/
fileman.c 28 void * xmalloc (size_t size);
88 r = xmalloc (strlen (s) + 1);
488 xmalloc (size_t size) function
  /external/oprofile/opjitconv/
jitsymbol.c 59 xmalloc(sizeof(struct jitentry *) * entry_count);
163 res = xmalloc(cnt);
261 s = xmalloc(strlen(split->symbol_name) + 3);
290 s = xmalloc(strlen(split->symbol_name) + 3);
406 name = xmalloc(cnt);
  /external/bison/lib/
w32spawn.h 184 quoted_string = (char *) xmalloc (length + 1);
  /external/bison/src/
system.h 157 # define obstack_chunk_alloc xmalloc
  /external/oprofile/libutil/
op_file.c 95 name = xmalloc(name_len);

Completed in 1059 milliseconds

12 3 4 5 6 7