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

1 2

  /external/strace/
xmalloc.h 40 #define xmalloc strace_malloc macro
44 void *xmalloc(size_t size) ATTRIBUTE_MALLOC ATTRIBUTE_ALLOC_SIZE((1));
xmalloc.c 37 #include "xmalloc.h"
52 xmalloc(size_t size) function
139 p = xmalloc(n + 1);
  /external/elfutils/lib/
xmalloc.c 47 xmalloc (size_t n) function
  /toolchain/binutils/binutils-2.27/libiberty/
xmalloc.c 23 @deftypefn Replacement void* xmalloc (size_t)
29 a program to contain @code{#define malloc xmalloc} in its source.
35 but will behave the same as @code{xmalloc} if memory cannot be found.
42 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
142 xmalloc (size_t size) function
sort.c 140 void *xmalloc (size_t n) function
  /external/dtc/
util.h 49 static inline void *xmalloc(size_t len) function
  /external/fio/oslib/
libmtd_xalloc.h 40 static void *xmalloc(size_t size) function
  /external/syslinux/gpxe/src/util/
efirom.c 47 static void * xmalloc ( size_t len ) { function
137 buf = xmalloc ( rom_size );
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 75 #define xmalloc(_nn) \ macro
76 VG_(arena_malloc)(VG_AR_DEMANGLE, "m_demangle.xmalloc", (_nn))
102 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn)))
111 ((_Ty *) xmalloc(sizeof (_Ty)))
  /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.x/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.x/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.x/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.x/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/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.x/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /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.x/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.x/gcov-src/
libgcov-kernel.h 29 #ifndef xmalloc
30 #define xmalloc vmalloc macro
  /toolchain/binutils/binutils-2.27/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);

Completed in 885 milliseconds

1 2