HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 801 - 825 of 4430) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
libform.so 
libform.so.5 
libform.so.5.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
mm_malloc.h 42 return malloc (size);
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm_malloc.h 42 return malloc (size);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 26 m_buf = (unsigned char*)malloc(m_size*sizeof(unsigned char));
  /system/core/libdiskconfig/
write_lst.c 34 if (!(item = malloc(sizeof(struct write_list) + data_len))) {
  /system/core/toolbox/
dynarray.c 71 char *copy = malloc(slen+1);
  /system/extras/fatblock/
import.c 108 f = malloc(sizeof(struct file));
168 item = malloc(sizeof(struct item));
222 d = malloc(sizeof(struct dir));
307 d->entries = malloc(sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2)));
  /bionic/libc/stdio/
setvbuf.c 61 * malloc()ed. We also clear any eof condition, as if this were
93 if ((buf = malloc(size)) == NULL) {
101 buf = malloc(size);
  /bootable/recovery/applypatch/
main.c 53 *sha1s = malloc(*num_patches * sizeof(char*));
54 *patches = malloc(*num_patches * sizeof(Value*));
80 (*patches)[i] = malloc(sizeof(Value));
  /bootable/recovery/edify/
parser.y 69 $$ = malloc(sizeof(Expr));
90 $$ = malloc(sizeof(Expr));
112 $$.argv = malloc(sizeof(Expr*));
  /bootable/recovery/
verifier.cpp 105 unsigned char* eocd = (unsigned char*)malloc(eocd_size);
107 LOGE("malloc for EOCD record failed\n");
144 unsigned char* buffer = (unsigned char*)malloc(BUFFER_SIZE);
  /build/tools/acp/
acp.c 62 stripDest = malloc(stripDestLen+1);
123 src = malloc(srcLen+1);
142 dst = malloc(stripDestLen +1 + srcNameLen +1);
  /device/moto/stingray/liblights/
lights.c 96 g_attention = malloc(sizeof(struct light_state_t));
98 g_notify = malloc(sizeof(struct light_state_t));
256 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /external/blktrace/btt/
proc.c 121 this = malloc(sizeof(struct pn_info));
149 this = malloc(sizeof(struct pn_info));
165 return memset(malloc(sizeof(struct p_info)), 0, sizeof(struct p_info));
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 1 // MallocSizeofChecker.cpp - Check for dubious malloc arguments ---*- C++ -*-=//
11 // malloc/calloc/realloc call and the operand of any sizeof expressions
55 II_malloc(&Ctx->Idents.get("malloc")),
  /external/clang/test/Analysis/
taint-generic.c 28 void *malloc(size_t);
143 int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to specify the buffer size}}
149 char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
  /external/clang/test/SemaTemplate/
example-dynarray.cpp 19 Start = (T*)malloc(sizeof(T) * other.size());
34 T* NewStart = (T*)malloc(sizeof(T) * other.size());
101 T* NewStart = (T*)malloc(sizeof(T) * NewCapacity);
  /external/dropbear/
scpmisc.c 31 * Versions of malloc and friends that check their results, and never return
55 ptr = malloc(size);
73 new_ptr = malloc(new_size);
  /external/e2fsprogs/lib/blkid/
dev.c 117 iter = malloc(sizeof(struct blkid_struct_dev_iterate));
136 new_type = malloc(strlen(search_type)+1);
137 new_value = malloc(strlen(search_value)+1);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 49 dp = malloc(sizeof(struct dir_list));
52 dp->name = malloc(strlen(name)+1);
103 cp = malloc(strlen(path)+1);
  /external/elfutils/libasm/
asm_error.c 67 buffer = (int *) malloc (sizeof (int));
102 buffer = malloc (sizeof (int));
148 buffer = (int *) malloc (sizeof (int));

Completed in 1572 milliseconds

<<31323334353637383940>>