HomeSort by relevance Sort by last modified time
    Searched defs:xmalloc (Results 1 - 9 of 9) sorted by null

  /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);
  /external/elfutils/lib/
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
  /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);
  /external/dropbear/
scpmisc.c 27 /* For xmalloc, xfree etc:
41 /*RCSID("OpenBSD: xmalloc.c,v 1.16 2001/07/23 18:21:46 stevesk Exp ");*/
47 xmalloc(size_t size) function
52 fprintf(stderr, "xmalloc: zero size\n");
57 fprintf(stderr, "xmalloc: out of memory (allocating %lu bytes)\n", (u_long) size);
100 cp = xmalloc(len);
  /external/dhcpcd/
common.c 280 xmalloc(size_t s) function
294 void *value = xmalloc(s);
  /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);
  /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/elfcopy/
dwarf.c 62 static void *xmalloc(size_t sz);
3811 xmalloc(size_t size) function
    [all...]

Completed in 443 milliseconds