Searched
refs:malloc (Results
2226 -
2250 of
2813) sorted by null
<<81828384858687888990>>
| /dalvik/vm/reflect/ |
| Proxy.cpp | 274 methods = (Method**) malloc(maxCount * sizeof(*methods)); 275 allMethods = (Method**) malloc(maxCount * sizeof(*methods)); [all...] |
| /device/generic/goldfish/camera/ |
| EmulatedCamera.cpp | 488 reinterpret_cast<char*>(malloc(sizeof(char) * (params.length()+1))); 994 char* ret = reinterpret_cast<char*>(malloc(len1 + len2 + 2)); [all...] |
| /device/generic/goldfish/opengl/system/gralloc/ |
| gralloc.cpp | 915 dev = (gralloc_device_t*)malloc(sizeof(gralloc_device_t)); 963 dev = (fb_device_t*)malloc(sizeof(fb_device_t));
|
| /external/chromium/base/ |
| process_util_posix.cc | 125 // potential for |malloc()|. 306 // DANGER: no calls to malloc are allowed from now on: 574 // any hidden calls to malloc. 576 reinterpret_cast<void*>(reinterpret_cast<intptr_t>(malloc) & ~4095); 578 memset(reinterpret_cast<void*>(malloc), 0xff, 8); 581 // DANGER: no calls to malloc are allowed from now on: 592 // fd_shuffle1 is mutated by this call because it cannot malloc. 908 // DANGER: no calls to malloc are allowed from now on: [all...] |
| /external/clang/www/demo/ |
| index.cgi | 99 $input =~ s@\b(add|sub|mul|div|rem|and|or|xor|setne|seteq|setlt|setgt|setle|setge|phi|tail|call|cast|to|shl|shr|vaarg|vanext|ret|br|switch|invoke|unwind|malloc|alloca|free|load|store|getelementptr|begin|end|true|false|declare|global|constant|const|internal|uninitialized|external|implementation|linkonce|weak|appending|null|to|except|not|target|endian|pointersize|big|little|volatile)\b@<span class="llvm_keyword">$1</span>@g;
|
| /external/e2fsprogs/lib/ext2fs/ |
| inode.c | 671 w_inode = malloc(length); 770 buf = malloc(size);
|
| tdb.c | 85 ret = malloc(length + 1); 846 TDB_LOG((tdb, TDB_DEBUG_FATAL,"tdb_oob len %d beyond internal malloc size %d\n", 1139 /* some systems don't like zero length malloc */ 1144 if (!(buf = (unsigned char *)malloc(len))) { 1147 TDB_LOG((tdb, TDB_DEBUG_ERROR,"tdb_alloc_read malloc failed len=%d (%s)\n", 1173 * Optimize by avoiding the malloc/memcpy/free, point the [all...] |
| /external/e2fsprogs/misc/ |
| badblocks.c | 130 ret = malloc(size); 722 test_record = malloc (blocks_at_once*sizeof(struct saved_blk_record));
|
| /external/expat/xmlwf/ |
| xmlwf.c | 589 info->data = malloc(sizeof(int)); 793 outName = (XML_Char *)malloc((tcslen(outputDir) + tcslen(file) + 2)
|
| /external/icu4c/tools/ctestfw/ |
| ctest.c | 47 char name[1]; /* This is dynamically allocated off the end with malloc. */ 171 newNode = (TestNode*)malloc(sizeof(TestNode) + (nameLen + 1)); 878 return malloc(size); [all...] |
| /external/iproute2/misc/ |
| arpd.c | 14 #include <malloc.h> 644 ifvec = malloc(argc*sizeof(int)); 646 perror("malloc");
|
| /external/jhead/ |
| jhead.c | 954 DummyData = (uchar *) malloc(3); [all...] |
| /external/jpeg/ |
| jdcoefct.c | 407 (huffman_offset_data*)malloc(allocate_size); 475 (huffman_offset_data*)malloc(allocate_size); [all...] |
| /external/libppp/src/ |
| iface.c | 125 if ((buf = (char *)malloc(needed)) == NULL) { 126 fprintf(stderr, "iface_Create: malloc failed: %s\n", strerror(errno)); 148 iface = (struct iface *)malloc(sizeof *iface); 150 fprintf(stderr, "iface_Create: malloc: %s\n", strerror(errno));
|
| /external/libvpx/libvpx/ |
| y4minput.c | 803 _y4m->dst_buf=(unsigned char *)malloc(_y4m->dst_buf_sz); 804 _y4m->aux_buf=(unsigned char *)malloc(_y4m->aux_buf_sz);
|
| /external/linux-tools-perf/ |
| builtin-top.c | 364 char *buf = malloc(0), *p; 399 char *buf = malloc(0), *p;
|
| /external/linux-tools-perf/util/ |
| hist.c | 101 struct hist_entry *self = malloc(sizeof(*self) + callchain_size); 407 rem_sq_bracket = malloc(sizeof(*rem_sq_bracket) + 6);
|
| parse-events.c | 209 path->system = malloc(MAX_EVENT_LENGTH); 214 path->name = malloc(MAX_EVENT_LENGTH);
|
| /external/llvm/autoconf/m4/ |
| ltdl.m4 | 81 AC_CHECK_HEADERS([assert.h ctype.h errno.h malloc.h memory.h stdlib.h \
|
| /external/llvm/projects/sample/autoconf/m4/ |
| ltdl.m4 | 81 AC_CHECK_HEADERS([assert.h ctype.h errno.h malloc.h memory.h stdlib.h \
|
| /external/mdnsresponder/mDNSPosix/ |
| nss_mdns.c | [all...] |
| /external/openssh/openbsd-compat/ |
| glob.c | 816 malloc(sizeof(**statv))) == NULL) 828 if ((copy = malloc(len)) != NULL) {
|
| /external/qemu/distrib/jpeg-6b/ |
| jdcoefct.c | 407 (huffman_offset_data*)malloc(allocate_size); 475 (huffman_offset_data*)malloc(allocate_size); [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
| SDL_x11modes.c | 634 SDL_modelist = (SDL_Rect **)malloc((nsizes+1)*sizeof(SDL_Rect *)); 641 (SDL_Rect *)malloc(sizeof(SDL_Rect))) == NULL) [all...] |
| /external/qemu/distrib/zlib-1.2.3/ |
| gzio.c | 39 extern voidp malloc OF((uInt size)); 43 #define ALLOC(size) malloc(size)
|
Completed in 1376 milliseconds
<<81828384858687888990>>