Searched defs:xmalloc (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/lib/
H A Dxmalloc.c47 xmalloc (size_t n) function
/external/bison/lib/
H A Dxmalloc.c0 /* 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/strace/
H A Dxmalloc.c41 void *xmalloc(size_t size) function
/external/avahi/avahi-common/
H A Davahi-malloc.c62 static void* xmalloc(size_t size) { function
107 return xmalloc(size);
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h70 #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)))
/external/dbus/tools/
H A Ddbus-cleanup-sockets.c51 xmalloc (size_t bytes) function
123 se = xmalloc (sizeof (SocketEntry));
126 se->name = xmalloc (len);
180 entries = xmalloc (sizeof (SocketEntry*) * allocated);
/external/e2fsprogs/intl/
H A Drelocatable.c43 # 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/libedit/examples/
H A Dfileman.c28 void * xmalloc (size_t size);
88 r = xmalloc (strlen (s) + 1);
488 xmalloc (size_t size) function
/external/tlsdate/src/
H A Dtlsdate-helper-plan9.c198 xmalloc (size_t size) function
203 die("xmalloc: zero size\n");
207 die("xmalloc: out of memory (allocating %zu bytes)\n", size);
475 cn_buf = (char *) xmalloc(TLSDATE_HOST_NAME_MAX + 1);
H A Dtlsdate-helper.c332 xmalloc (size_t size) function
337 die("xmalloc: zero size");
341 die("xmalloc: out of memory (allocating %zu bytes)", size);
611 cn_buf = (char *) xmalloc(TLSDATE_HOST_NAME_MAX + 1);
/external/toybox/lib/
H A Dxwrap.c41 void *xmalloc(size_t size) function
44 if (!ret) error_exit("xmalloc(%ld)", (long)size);
52 void *ret = xmalloc(size);
86 void *ret = xmalloc(len);
108 ret = xmalloc(len);
491 ret = xmalloc(try);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 277 milliseconds