Searched defs:xmemdup (Results 1 - 2 of 2) 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
/external/bison/lib/
H A Dxmalloc.c226 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any
230 xmemdup (void const *p, size_t s) function
240 return xmemdup (string, strlen (string) + 1);

Completed in 101 milliseconds