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

/external/elfutils/0.153/lib/
H A Dxmalloc.c44 xmalloc (n) function
/external/oprofile/libutil/
H A Dop_libiberty.h37 /* 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/
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/valgrind/main/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/dhcpcd/
H A Dcommon.c210 **e = xmalloc(len);
255 xmalloc(size_t s) function
269 void *value = xmalloc(s);
/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/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 3697 milliseconds