HomeSort by relevance Sort by last modified time
    Searched defs:xmalloc (Results 1 - 25 of 37) 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
96 p = xmalloc(n + 1);
  /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/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/openssh/
xmalloc.c 1 /* $OpenBSD: xmalloc.c,v 1.33 2016/02/15 09:47:49 dtucker Exp $ */
26 #include "xmalloc.h"
40 xmalloc(size_t size) function
45 fatal("xmalloc: zero size");
48 fatal("xmalloc: out of memory (allocating %zu bytes)", size);
87 cp = xmalloc(len);
  /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
  /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
  /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.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.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.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);

Completed in 1107 milliseconds

1 2