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

1 2 3 4 5 6 7 8 910

  /external/openssh/
xmalloc.h 1 /* $OpenBSD: xmalloc.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
19 void *xmalloc(size_t);
rsa.c 70 #include "xmalloc.h"
84 outbuf = xmalloc(olen);
87 inbuf = xmalloc(ilen);
110 outbuf = xmalloc(olen);
113 inbuf = xmalloc(ilen);
xmalloc.c 1 /* $OpenBSD: xmalloc.c,v 1.27 2006/08/03 03:34:42 deraadt Exp $ */
24 #include "xmalloc.h"
28 xmalloc(size_t size) function
33 fatal("xmalloc: zero size");
36 fatal("xmalloc: out of memory (allocating %lu bytes)", (u_long) size);
91 cp = xmalloc(len);
  /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/Tools/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/elfutils/lib/
xstrndup.c 42 *((char *) mempcpy ((res = xmalloc (len + 1)), string, len)) = '\0';
Makefile.am 38 libeu_a_SOURCES = xstrndup.c xmalloc.c next_prime.c \
system.h 55 extern void *xmalloc (size_t) __attribute__ ((__malloc__));
xmalloc.c 44 xmalloc (n) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 0 /* xmalloc.c -- malloc with out of memory checking
43 xmalloc (size_t n) function
82 return memset (xmalloc (s), 0, s);
109 return memcpy (xmalloc (s), p, s);
dirname.c 60 Return the leading directories part of FILE, allocated with xmalloc.
78 char *dir = xmalloc (length + append_dot + 1);
xalloc.h 55 void *xmalloc (size_t s) ATTRIBUTE_MALLOC;
85 /* extern t *XMALLOC (typename t); */
86 # define XMALLOC(t) ((t *) xmalloc (sizeof (t)))
91 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
125 return xmalloc (n * s);
228 /* Return a pointer to a new buffer of N bytes. This is like xmalloc,
  /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);
  /external/valgrind/main/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...]
  /external/dropbear/
scpmisc.h 40 /* from xmalloc.h */
41 void *xmalloc(size_t);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
pulseaudio.h 41 #include <pulse/xmalloc.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 41 #include <pulse/xmalloc.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 41 #include <pulse/xmalloc.h>
54 * \ref operation.h,\ref volume.h, \ref xmalloc.h, \ref utf8.h, \ref
  /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);
  /external/dhcpcd/
configure.c 104 v = xmalloc(len);
154 *s = p = xmalloc(len);
175 env = xmalloc(sizeof(char *) * (elen + 1));
177 env[0] = xmalloc(e);
180 env[1] = xmalloc(e);
183 env[2] = xmalloc(e);
185 env[3] = xmalloc(e);
187 env[4] = xmalloc(e);
189 env[5] = xmalloc(e);
191 env[6] = xmalloc(e)
    [all...]
  /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);

Completed in 1326 milliseconds

1 2 3 4 5 6 7 8 910