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

<<41424344454647484950>>

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 45 (mm_jpeg_q_node_t *)malloc(sizeof(mm_jpeg_q_node_t));
  /external/android-clat/
getaddr.c 124 retval = malloc(sizeof(union anyip));
  /external/blktrace/btt/
mmap.c 73 *pdu = malloc(tp->pdu_len);
  /external/chromium/crypto/
signature_verifier_win.cc 13 // Wrappers of malloc and free for CRYPT_DECODE_PARA, which requires the
16 return malloc(size);
  /external/clang/include/clang/Sema/
ParsedTemplate.h 187 = (TemplateIdAnnotation *)std::malloc(sizeof(TemplateIdAnnotation) +
  /external/clang/test/Analysis/
reference.cpp 6 void malloc (size_t);
  /external/clang/tools/libclang/
CXString.cpp 30 /// CXString contains a 'const char *' that it allocated with malloc().
96 char *Spelling = static_cast<char *>(malloc(String.size() + 1));
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 81 void *p = malloc(alloc_size);
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 4 #include <malloc.h>
26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free
28 allocate = i % 2; // then switch to 50% malloc, 50% free
  /external/dropbear/
compat.c 252 if ((strings = malloc((u_int)statb.st_size + 1)) == NULL) {
  /external/e2fsprogs/debugfs/
ncheck.c 70 iw.iarray = malloc(sizeof(ext2_ino_t) * argc);
  /external/e2fsprogs/e2fsck/
iscan.c 23 #include <malloc.h>
mtrace.h 1 /* Declarations for `malloc' and friends.
61 extern __ptr_t malloc __P ((size_t __size));
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
178 __ptr_t exact; /* The address that malloc returned. */
188 /* Internal version of `free' used in `morecore' (malloc.c). */
200 /* Nonzero if `malloc' has been called and done its initialization. */
scantest.c 19 #include <malloc.h>
  /external/e2fsprogs/ext2ed/
disk.c 158 original=(unsigned char *) malloc (length*sizeof (unsigned char));
  /external/e2fsprogs/intl/
finddomain.c 126 locale = (char *) malloc (len);
  /external/e2fsprogs/lib/ss/
execute_cmd.c 180 argp = (char **)malloc((argc+1)*sizeof(char *));
  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 2 Default header file for malloc-2.8.x, written by Doug Lea
11 * If USE_DL_PREFIX is defined, it is assumed that malloc.c
16 file will be #included AFTER <malloc.h>. This is needed only if
19 INSTEAD of your system system <malloc.h>. At least on ANSI, all
49 #define dlmalloc malloc
89 malloc(size_t n)
94 If n is zero, malloc returns a minimum-sized chunk. (The minimum
107 allocated using malloc or a related routine such as realloc.
128 employs the equivalent of a malloc-copy-free sequence.
130 If p is null, realloc is equivalent to malloc.
    [all...]
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 109 char *name = malloc (dirlen + sizeof id_name);
  /external/expat/tests/benchmark/
benchmark.c 69 XMLBuf = malloc (fileAttr.st_size);
  /external/icu4c/test/compat/
tzdate.c 89 s = (UChar*) malloc(sizeof(UChar) * (len+1));
  /external/iproute2/genl/
genl.c 89 f = malloc(sizeof(*f));
  /external/libmtp/examples/
albumart.c 105 imagedata = malloc(filesize * sizeof(uint8_t));
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 63 void *pMem = (void *)malloc(size);
  /external/libpcap/missing/
snprintf.c 479 tmp = malloc (sz);
510 tmp = malloc (val + 1);
540 tmp = malloc (val + 1);
575 state.str = malloc(state.sz);

Completed in 1264 milliseconds

<<41424344454647484950>>