Searched
full:malloc (Results
1076 -
1100 of
4430) sorted by null
<<41424344454647484950>>
/external/libvpx/build/make/ |
obj_int_extract.c | 265 file_buf = malloc(stat_buf.st_size); 269 perror("malloc"); 786 file_buf = malloc(stat_buf.st_size); 790 perror("malloc"); 848 sectionlist = malloc(nsections * sizeof(sectionlist)); 871 sectionlist[i] = malloc(strlen(sectionname) + 1); 1018 file_buf = malloc(stat_buf.st_size); 1022 perror("malloc");
|
/external/libvpx/nestegg/halloc/src/ |
halloc.c | 142 * malloc/free api 191 if (! (p = malloc(1)))
|
/external/llvm/lib/Object/ |
Object.cpp | 203 char *str = static_cast<char*>(malloc(ret.size())); 214 char *str = static_cast<char*>(malloc(ret.size()));
|
/external/llvm/runtime/libprofile/ |
GCDAProfiling.c | 75 filename = malloc(strlen(prefix) + 1 + strlen(orig_filename) + 1); 89 pathname = malloc(i + 1);
|
/external/llvm/test/CodeGen/ARM/ |
2008-04-04-ScavengerAssert.ll | 49 %malloccall = tail call i8* @malloc(i32 trunc (i64 mul nuw (i64 ptrtoint (i1** getelementptr (i1** null, i32 1) to i64), i64 2) to i32)) 63 declare noalias i8* @malloc(i32)
|
/external/netperf/ |
netcpu_procstat.c | 86 proc_stat_buf = (char *)malloc (proc_stat_buflen); 133 proc_stat_buf = (char *)malloc (proc_stat_buflen);
|
/external/oprofile/libpopt/ |
poptparse.c | 30 dst = malloc(nb); 62 const char ** argv = malloc(sizeof(*argv) * argvAlloced);
|
/external/qemu/android/utils/ |
jpeg-compress.c | 53 dst->jpeg_buf = malloc(dst->size); 105 AJPEGDesc* dsc = (AJPEGDesc*)malloc(sizeof(AJPEGDesc));
|
/external/qemu/distrib/jpeg-6b/ |
jconfig.doc | 39 * pointer type, e.g., that returned by malloc(). 76 * "far" pointers and to be allocated with a special version of malloc.)
|
jconfig.h | 40 * pointer type, e.g., that returned by malloc(). 77 * "far" pointers and to be allocated with a special version of malloc.)
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.h | 100 # include <malloc.h> 121 #include <malloc.h>
|
/external/qemu/ |
osdep.c | 52 #include <malloc.h> 195 if( (wanted > 0) && ((*sptr = malloc( 1 + wanted )) != NULL) )
|
/external/qemu/slirp/ |
slirp.h | 143 /* Systems lacking malloc() definition in <stdlib.h>. */ 145 void *malloc _P((size_t arg));
|
/external/qemu/slirp-android/ |
slirp.h | 134 /* Systems lacking malloc() definition in <stdlib.h>. */ 136 void *malloc _P((size_t arg));
|
/external/skia/src/core/ |
SkMemory_stdlib.cpp | 25 // is at least a multiple of 8 (since some clients of our malloc may require 248 void* p = malloc(size);
|
/external/speex/libspeex/ |
os_support.h | 53 /* WARNING: this is not equivalent to malloc(). If you want to use malloc()
|
/external/srec/srec/Nametag/src/ |
NametagImpl.c | 150 impl->value = (LCHAR*) MALLOC(sizeof(LCHAR) * (len), MTAG); 219 impl->id = (LCHAR*) MALLOC(sizeof(LCHAR) * (LSTRLEN(id) + 1), MTAG);
|
/external/srtp/test/ |
rtp.c | 161 return (rtp_sender_t)malloc(sizeof(rtp_sender_ctx_t)); 166 return (rtp_receiver_t)malloc(sizeof(rtp_receiver_ctx_t));
|
/external/strace/ |
bjm.c | 133 char* data = malloc(tcp->u_arg[3]); 160 char* data = malloc(tcp->u_arg[3]);
|
/external/valgrind/main/coregrind/ |
pub_core_replacemalloc.h | 3 /*--- Replacing malloc. pub_core_replacemalloc.h ---*/ 36 // replace malloc/free with their own versions.
|
/external/valgrind/main/drd/ |
drd_hb.c | 33 #include "pub_tool_mallocfree.h" /* VG_(malloc)(), VG_(free)()*/ 95 p->oset = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.hb",
|
drd_segment.c | 34 #include "pub_tool_mallocfree.h" // VG_(malloc)(), VG_(free)() 120 sg = VG_(malloc)("drd.segment.sn.1", sizeof(*sg));
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
defcfaexpr.S | 22 long *p = malloc(8); 86 call malloc
|
/external/valgrind/main/memcheck/tests/ |
mismatches.stderr.exp | 5 at 0x........: malloc (vg_replace_malloc.c:...) 12 at 0x........: malloc (vg_replace_malloc.c:...)
|
/external/valgrind/unittest/ |
posix_tests.cc | 253 int *MALLOC; 271 (*MALLOC)++; 289 MALLOC = (int*)malloc(sizeof(int)); 306 ANNOTATE_EXPECT_RACE(MALLOC, "real race on a malloc-ed object"); 325 free(MALLOC); 882 void *x = malloc((i % 64) + 1);
|
Completed in 1064 milliseconds
<<41424344454647484950>>