HomeSort by relevance Sort by last modified time
    Searched full:xmalloc (Results 401 - 425 of 599) sorted by null

<<11121314151617181920>>

  /external/toybox/toys/pending/
dhcp6.c 150 msg = xmalloc(used);
tar.c 631 file_hdr->link_target = xmalloc(sz + 1);
  /external/toybox/toys/posix/
ls.c 329 for (sort = 0;;sort = xmalloc(dtlen*sizeof(void *))) {
  /ndk/sources/host-tools/make-3.81/
default.c 559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.so 
libitm.so.1 
libitm.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.so 
libitm.so.1 
libitm.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 756 #define malloc xmalloc
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pei-x86_64.c 482 xdata_arr = (bfd_vma *) xmalloc (sizeof (bfd_vma) * ((stop / onaline) + 1));
  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.c 766 char *name = xmalloc (sizeof (arch->arhdr.ar_name) + 1);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 80 xmalloc (sizeof (struct seh_seg_list) + strlen (name));
  /toolchain/binutils/binutils-2.25/ld/emultempl/
armelf.em 282 xmalloc (list_size * sizeof (asection *));
beos.em 490 xmalloc (count * sizeof (lang_statement_union_type *)));
  /toolchain/binutils/binutils-2.25/libiberty/
configure.ac 5 AC_CONFIG_SRCDIR([xmalloc.c])
  /toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-0203     [all...]
epiphany-asm.c 586 CGEN_INSN_RX (insn) = xmalloc (sizeof (regex_t));
epiphany-desc.c     [all...]
epiphany-dis.c 678 cl = xmalloc (sizeof (struct cpu_desc_list));
fr30-asm.c 440 CGEN_INSN_RX (insn) = xmalloc (sizeof (regex_t));
fr30-dis.c 699 cl = xmalloc (sizeof (struct cpu_desc_list));
frv-dis.c 796 cl = xmalloc (sizeof (struct cpu_desc_list));
h8300-dis.c 51 h8_instructions = xmalloc (nopcodes * sizeof (struct h8_instruction));

Completed in 261 milliseconds

<<11121314151617181920>>