/external/oprofile/libutil/ |
op_libiberty.c | 30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size) function
|
/external/bison/lib/ |
xmalloc.c | 107 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);
|
xalloc.h | 63 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);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xmalloc.c | 103 for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any 107 xmemdup (void const *p, size_t s) function 117 return xmemdup (string, strlen (string) + 1);
|
xalloc.h | 60 void *xmemdup (void const *p, size_t s) ATTRIBUTE_MALLOC; 272 xmemdup (T const *p, size_t s) function 274 return (T *) xmemdup ((void const *) p, s);
|