Searched refs:xmemdup (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libutil/
H A Dop_libiberty.c30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size) function
H A Dop_libiberty.h62 void * xmemdup(void const *, size_t, size_t) OP_ATTRIB_MALLOC;
H A Dop_string.c18 return xmemdup(s, len, len + 1);
/external/bison/lib/
H A Dxmalloc.c107 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any
111 xmemdup (void const *p, size_t s) function
121 return xmemdup (string, strlen (string) + 1);
H A Dxalloc.h63 void *xmemdup (void const *p, size_t s)
252 xmemdup (T const *p, size_t s) function
254 return (T *) xmemdup ((void const *) p, s);
H A Dquotearg.c111 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,

Completed in 137 milliseconds