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

<<51525354555657585960>>

  /development/ndk/platforms/android-8/include/
wchar.h 40 #include <malloc.h>
  /development/ndk/platforms/android-9/include/
wchar.h 41 #include <malloc.h>
  /device/generic/goldfish/lights/
lights_qemu.c 182 struct light_device_t *dev = malloc( sizeof(struct light_device_t) );
  /device/samsung/manta/power/
power_manta.c 82 path = malloc(pathsize);
  /device/samsung/tuna/liblight/
lights.c 196 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /external/blktrace/btreplay/
btrecord.c 253 struct io_bunch *cur = malloc(sizeof(*cur));
309 struct ifile_info *iip = malloc(sizeof(*iip));
368 char *p, *dsf = malloc(256);
682 struct io_stream *stream = malloc(sizeof(*stream));
  /external/chromium/crypto/
cssm_init.cc 24 return malloc(size);
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 197 char* data = (char*) malloc(len);
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 3 void *malloc(unsigned);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 9 // Malloc replacement library based on CombinedAllocator.
73 void *malloc(size_t size) { function
155 void *operator new(size_t size) ALIAS("malloc");
156 void *operator new[](size_t size) ALIAS("malloc");
157 void *operator new(size_t size, std::nothrow_t const&) ALIAS("malloc");
158 void *operator new[](size_t size, std::nothrow_t const&) ALIAS("malloc");
  /external/dropbear/
fake-rfc2553.c 123 ai = malloc(sizeof(*ai) + sizeof(struct sockaddr_in));
  /external/e2fsprogs/e2fsck/
util.c 32 #include <malloc.h>
71 ret = malloc(size);
89 ret = malloc(len+1);
578 buf = malloc(fs->blocksize * STRIDE_LENGTH);
580 com_err("malloc", ENOMEM,
  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 103 bigarray = malloc(1 << 29);
  /external/e2fsprogs/lib/ss/
listen.c 178 ret = malloc(strlen(*name)+1);
  /external/e2fsprogs/misc/
e2image.c 62 header_buf = malloc(blocksize);
413 buf = malloc(fs->blocksize);
418 zero_buf = malloc(fs->blocksize);
493 block_buf = malloc(fs->blocksize * 3);
lsattr.c 134 path = malloc(dir_len + strlen (de->d_name) + 2);
  /external/e2fsprogs/util/
copy_sparse.c 141 buf = malloc(bs);
  /external/elfutils/libasm/
asm_begin.c 142 = (AsmCtx_t *) malloc (sizeof (AsmCtx_t) + 2 * fname_len + 9);
asm_newscn.c 188 result = (AsmScn_t *) malloc (sizeof (AsmScn_t) + scnname_len);
  /external/elfutils/libdw/
dwarf_getscopes.c 152 a->scopes = malloc (a->nscopes * sizeof a->scopes[0]);
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 63 void *copy = malloc (len);
  /external/harfbuzz/src/
harfbuzz-shaper-private.h 159 Name = (Type *)malloc((Length) * sizeof(Type));
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper-private.h 147 Name = (Type *)malloc((Length) * sizeof(Type));
  /external/harfbuzz_ng/src/
main.cc 62 font_data = (const char *) malloc (len);
  /external/icu4c/samples/ucnv/
convsamp.cpp 34 #include <stdlib.h> /* malloc */
318 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar));
415 info = (CharFreqInfo*)malloc(sizeof(CharFreqInfo) * charCount);
906 uBuf = (UChar*)malloc(uBufSize * sizeof(UChar));
1012 buf = (char*)malloc(bufSize * sizeof(char));

Completed in 1771 milliseconds

<<51525354555657585960>>