HomeSort by relevance Sort by last modified time
    Searched refs:XMALLOC (Results 1 - 25 of 29) sorted by null

1 2

  /external/bison/lib/
xalloc.h 54 void *xmalloc (size_t s)
74 /* extern t *XMALLOC (typename t); */
75 #define XMALLOC(t) ((t *) xmalloc (sizeof (t)))
80 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
104 return xmalloc (n * s);
209 /* Return a pointer to a new buffer of N bytes. This is like xmalloc,
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 55 void *xmalloc (size_t s) ATTRIBUTE_MALLOC;
85 /* extern t *XMALLOC (typename t); */
86 # define XMALLOC(t) ((t *) xmalloc (sizeof (t)))
91 ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t))))
125 return xmalloc (n * s);
228 /* Return a pointer to a new buffer of N bytes. This is like xmalloc,
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/pixman/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 87 #define XMALLOC os_malloc
380 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /hardware/intel/img/libdrm/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 98 milliseconds

1 2