HomeSort by relevance Sort by last modified time
    Searched defs:xmalloc (Results 1 - 25 of 35) sorted by null

1 2

  /external/elfutils/lib/
xmalloc.c 47 xmalloc (size_t n) function
  /external/bison/lib/
xmalloc.c 0 /* 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/strace/
xmalloc.c 41 void *xmalloc(size_t size) function
  /toolchain/binutils/binutils-2.25/libiberty/
xmalloc.c 22 @deftypefn Replacement void* xmalloc (size_t)
28 a program to contain @code{#define malloc xmalloc} in its source.
34 but will behave the same as @code{xmalloc} if memory cannot be found.
41 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
141 xmalloc (size_t size) function
sort.c 140 void *xmalloc (size_t n) function
  /external/avahi/avahi-common/
avahi-malloc.c 62 static void* xmalloc(size_t size) { function
107 return xmalloc(size);
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 70 #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/dbus/tools/
dbus-cleanup-sockets.c 51 xmalloc (size_t bytes) function
123 se = xmalloc (sizeof (SocketEntry));
126 se->name = xmalloc (len);
180 entries = xmalloc (sizeof (SocketEntry*) * allocated);
  /external/e2fsprogs/intl/
relocatable.c 43 # 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/
fileman.c 28 void * xmalloc (size_t size);
88 r = xmalloc (strlen (s) + 1);
488 xmalloc (size_t size) function
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
libgcov.h 30 #ifndef xmalloc
31 #define xmalloc malloc macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
libgcov.h 30 #ifndef xmalloc
31 #define xmalloc malloc macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
libgcov.h 30 #ifndef xmalloc
31 #define xmalloc malloc macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 33 # ifndef xmalloc
34 # define xmalloc malloc macro
282 # define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
288 # define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 33 # ifndef xmalloc
34 # define xmalloc malloc macro
282 # define xcondition_malloc() (xcondition_t)xmalloc(sizeof(xcondition_rec))
288 # define xmutex_malloc() (xmutex_t)xmalloc(sizeof(xmutex_rec))
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /toolchain/binutils/binutils-2.25/intl/
relocatable.c 43 # define xmalloc malloc macro
45 # include "xmalloc.h"
114 memory = (char *) xmalloc (orig_prefix_len + 1 + curr_prefix_len + 1);
196 q = (char *) xmalloc (p - curr_pathname + 1);
256 curr_prefix = (char *) xmalloc (curr_prefix_len + 1);
423 (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
  /ndk/sources/host-tools/make-3.81/
misc.c 177 result = (char *) xmalloc (len1 + len2 + len3 + 1);
339 #undef xmalloc function
344 xmalloc (unsigned int size)
395 register char *out = (char *) xmalloc (length + 1);
496 struct dep *d = (struct dep *) xmalloc (sizeof (struct dep));
528 c = (struct dep *) xmalloc (sizeof (struct dep));
334 #undef xmalloc macro

Completed in 506 milliseconds

1 2