HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 1701 - 1725 of 2813) sorted by null

<<61626364656667686970>>

  /external/chromium/chrome/common/
zip.cc 149 ret = malloc(sizeof(WIN32FILE_IOWIN));
  /external/chromium/net/base/
ssl_false_start_blacklist_process.cc 149 char* buffer = static_cast<char*>(malloc(input_size));
  /external/chromium/third_party/libevent/
evrpc.h 188 malloc(sizeof(struct evrpc_request_wrapper)); \
signal.c 173 sig->sh_old[evsignal] = malloc(sizeof *sig->sh_old[evsignal]);
175 event_warn("malloc");
  /external/clang/lib/Lex/
MacroArgs.cpp 51 Result = (MacroArgs*)malloc(sizeof(MacroArgs) +
  /external/dhcpcd/
common.c 257 void *value = malloc(s);
  /external/dnsmasq/src/
log.c 319 else if (entries_alloced < max_logs && (entry = malloc(sizeof(struct log_entry))))
  /external/e2fsprogs/e2fsck/
rehash.c 239 outdir->buf = malloc(blocks * fs->blocksize);
240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
718 dir_buf = malloc(inode.i_size);
724 fd.harray = malloc(fd.max_array * sizeof(struct hash_entry));
  /external/e2fsprogs/intl/
plural.y 68 /* If any of the argument could not be malloc'ed, just return NULL. */
74 newp = (struct expression *) malloc (sizeof (*newp));
printf.c 29 # include <malloc.h>
relocatable.c 43 # define xmalloc malloc
  /external/e2fsprogs/lib/e2p/
feature.c 276 buf = malloc(strlen(str)+1);
  /external/e2fsprogs/lib/et/
error_message.c 246 if (!(el = (struct et_list *) malloc(sizeof(struct et_list))))
  /external/e2fsprogs/misc/
chattr.c 279 path = malloc(strlen (dir_name) + 1 + strlen (de->d_name) + 1);
util.c 184 buf = malloc(len+1);
  /external/eigen/Eigen/src/Core/util/
Memory.h 16 *** Platform checks for aligned malloc functions ***
22 // On 64-bit systems, glibc's malloc returns 16-byte-aligned pointers, see:
36 // FreeBSD 6 seems to have 16-byte aligned malloc
37 // See http://svn.freebsd.org/viewvc/base/stable/6/lib/libc/stdlib/malloc.c?view=markup
38 // FreeBSD 7 seems to have 16-byte aligned malloc except on ARM and MIPS architectures
39 // See http://svn.freebsd.org/viewvc/base/stable/7/lib/libc/stdlib/malloc.c?view=markup
86 /* ----- Hand made implementations of aligned malloc/free and realloc ----- */
88 /** \internal Like malloc, but the returned pointer is guaranteed to be 16-byte aligned.
93 void *original = std::malloc(size+16);
164 *** Implementation of portable aligned versions of malloc/free/realloc **
    [all...]
  /external/elfutils/libelf/
elf_getarsym.c 192 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len);
  /external/expat/xmlwf/
xmlfile.c 114 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2)
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 3 void *malloc(size_t size)
203 feats = <hb_feature_t *>malloc(sizeof(hb_feature_t) * len(features))
  /external/harfbuzz_ng/src/
hb-blob.cc 312 new_data = (char *) malloc (blob->length);
  /external/icu4c/common/
putilimp.h 554 * Define malloc and related functions
564 # define uprv_default_malloc(x) malloc(x)
  /external/icu4c/samples/date/
date.c 271 s = (UChar*) malloc(sizeof(UChar) * (len+1));
  /external/icu4c/test/cintltst/
cloctst.c 259 testLocale=(char*)malloc(sizeof(char) * (strlen(rawData2[NAME][i])+1));
266 temp=(char*)malloc(sizeof(char) * (cap+1));
307 name=(char*)malloc(sizeof(char) * (cap+1));
527 testLocale=(char*)malloc(sizeof(char) * 1);
528 expected=(UChar*)malloc(sizeof(UChar) * 1);
747 char* resultChars=(char*)malloc(cap);
    [all...]
sprpdata.c 298 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 );
  /external/icu4c/test/intltest/
dadrcoll.cpp 215 cloneBuf = (uint8_t*) malloc(cloneSize);

Completed in 1540 milliseconds

<<61626364656667686970>>