HomeSort by relevance Sort by last modified time
    Searched refs:xmemdup (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
xmemdup.c 0 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc.
7 @deftypefn Replacement void* xmemdup (void *@var{input}, @
35 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) function
makefile.vms 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 324 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC;
344 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T)))
352 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
361 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 83 static inline void *xmemdup(const void *in, size_t c_size, size_t a_size) { function
85 dst = VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmemdup", a_size);
117 ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 331 extern void *xmemdup (const void *, size_t, size_t) ATTRIBUTE_MALLOC ATTRIBUTE_RETURNS_NONNULL;
351 #define XDUP(T, P) ((T *) xmemdup ((P), sizeof (T), sizeof (T)))
359 #define XDUPVEC(T, P, N) ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
368 #define XDUPVAR(T, P, S1, S2) ((T *) xmemdup ((P), (S1), (S2)))
  /external/toybox/lib/
lib.h 124 void *xmemdup(void *s, long len);
xwrap.c 112 void *xmemdup(void *s, long len) function
  /external/toybox/toys/posix/
sed.c 806 command = xmemdup(toybuf, reg-toybuf);
    [all...]
ps.c     [all...]
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c     [all...]

Completed in 264 milliseconds