HomeSort by relevance Sort by last modified time
    Searched refs:alloced (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf-strtab.c 52 /* Number of array entries alloced. */
53 bfd_size_type alloced; member in struct:elf_strtab_hash
113 table->alloced = 64;
116 bfd_malloc (table->alloced * amt);
166 if (tab->size == tab->alloced)
169 tab->alloced *= 2;
171 bfd_realloc_or_free (tab->array, tab->alloced * amt);
  /external/boringssl/src/crypto/err/
err.c 641 size_t alloced, new_len, len = 0, substr_len; local
646 alloced = 80;
647 buf = OPENSSL_malloc(alloced + 1);
660 if (new_len > alloced) {
663 if (alloced + 20 + 1 < alloced) {
669 alloced = new_len + 20;
670 new_buf = OPENSSL_realloc(buf, alloced + 1);
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-demangle.c 41 size_t alloced; member in struct:line
56 size_t alloc = buf->alloced;
89 buf->alloced = alloc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 787 bool alloced; // TRUE if we own the WINDOW member in class:NCursesWindow
830 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 787 bool alloced; // TRUE if we own the WINDOW member in class:NCursesWindow
830 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
    [all...]

Completed in 1136 milliseconds