| /external/libpcap/ |
| savefile.c | 987 p = (pcap_t *)malloc(sizeof(*p)); [all...] |
| /external/libpng/contrib/gregbook/ |
| rpng-x.c | 645 xdata = (uch *)malloc(4*image_width*image_height); 648 xdata = (uch *)malloc(2*image_width*image_height); 651 xdata = (uch *)malloc(image_width*image_height);
|
| /external/libvpx/libvpx/build/make/ |
| obj_int_extract.c | 696 sectionlist = malloc(nsections * sizeof(sectionlist)); 719 sectionlist[i] = malloc(strlen(sectionname) + 1); 874 file_buf = malloc(file_size); 878 perror("malloc");
|
| /external/linux-tools-perf/ |
| builtin-kmem.c | 143 data = malloc(sizeof(*data)); 145 die("malloc"); 183 data = malloc(sizeof(*data)); 185 die("malloc"); 626 sort = malloc(sizeof(*sort)); 628 die("malloc");
|
| /external/linux-tools-perf/util/ |
| map.c | 40 struct map *self = malloc(sizeof(*self)); 173 struct map *map = malloc(sizeof(*self)); 589 struct machine *pos, *machine = malloc(sizeof(*machine));
|
| /external/llvm/include/llvm/ADT/ |
| BitVector.h | 82 Bits = (BitWord *)std::malloc(Capacity * sizeof(BitWord)); 97 Bits = (BitWord *)std::malloc(Capacity * sizeof(BitWord)); 445 BitWord *NewBits = (BitWord *)std::malloc(Capacity * sizeof(BitWord));
|
| /external/llvm/lib/ExecutionEngine/JIT/ |
| JIT.cpp | 175 malloc(sizeof(struct LibgccObject)); 826 Ptr = (char*)malloc(S); 830 Ptr = (char*)malloc(S+A);
|
| /external/oprofile/libpopt/ |
| popthelp.c | 155 char * le = malloc(4*lineLength + 1); 239 left = malloc(nb); 267 char * t = malloc((help ? strlen(help) : 0) +
|
| popt.c | 173 poptContext con = malloc(sizeof(*con)); 206 char * t = malloc(strlen(name) + 1); 306 { char *s = malloc((longName ? strlen(longName) : 0) + 3); 395 argv = malloc(sizeof(*argv) * 594 te = t = malloc(tn);; 988 { char *s = malloc((opt->longName ? strlen(opt->longName) : 0) + 3); [all...] |
| /external/qemu/slirp/ |
| misc.c | 127 *ex_ptr = (struct ex_list *)malloc(sizeof(struct ex_list)); 414 bptr = (char *)malloc(strlen(str)+1); 693 emup = (struct emu_t *)malloc(sizeof (struct emu_t));
|
| /external/qemu/slirp-android/ |
| misc.c | 107 *ex_ptr = (struct ex_list *)malloc(sizeof(struct ex_list)); 378 bptr = (char *)malloc(len+1); 657 emup = (struct emu_t *)malloc(sizeof (struct emu_t));
|
| /external/valgrind/main/callgrind/ |
| global.h | 885 void* CLG_(malloc)(HChar* cc, UWord s, char* f); 888 #define CLG_MALLOC(_cc,x) CLG_(malloc)((_cc),x,__FUNCTION__) 891 #define CLG_MALLOC(_cc,x) VG_(malloc)((_cc),x)
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| server.c | 614 data = malloc (len); 724 // We do not have to re-malloc the buffers in such a case. 726 own_buf = malloc (PBUFSIZ); 728 mem_buf = malloc (PBUFSIZ); [all...] |
| /frameworks/av/media/libstagefright/id3/ |
| ID3.cpp | 136 mData = (uint8_t *)malloc(size); 152 void *copy = malloc(size); 823 mData = (uint8_t *)malloc(V1_TAG_SIZE);
|
| /frameworks/base/media/libdrm/mobile1/src/objmng/ |
| drm_rights_manager.c | 98 uidStr = malloc((idMax + 1) * 256); 100 uidStr = malloc(idMax * 256); 469 buffer = (uint8_t *)malloc(bufferLen);
|
| /hardware/qcom/keymaster/ |
| keymaster_qcom.cpp | 173 UniquePtr<uint8_t> key(static_cast<uint8_t*>(malloc(len))); 523 UniquePtr<uint8_t> signedDataPtr(reinterpret_cast<uint8_t*>(malloc(resp->sig_len))); 690 km_handle = (qcom_keymaster_handle_t *)malloc(sizeof(qcom_keymaster_handle_t));
|
| /hardware/qcom/media/mm-video/vidc/vdec/test/ |
| omx_vdec_test.cpp | [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/src/ |
| debug.cpp | 172 __c_node* r = __cbeg_[hc] = (__c_node*)malloc(sizeof(__c_node)); 411 __i_node** beg = (__i_node**)malloc(nc * sizeof(__i_node*)); 462 __i_node* r = __ibeg_[hi] = (__i_node*)malloc(sizeof(__i_node));
|
| /external/valgrind/main/exp-dhat/ |
| dh_main.c | 239 api = VG_(malloc)( "dh.main.intro_Block.1", sizeof(APInfo) ); 346 api->histo = VG_(malloc)("dh.main.retire_Block.1", 477 Block* bk = VG_(malloc)("dh.new_block.1", sizeof(Block)); 487 bk->histoW = VG_(malloc)("dh.new_block.2", req_szB * sizeof(UShort)); 617 //--- malloc() et al replacement wrappers ---// [all...] |
| /external/valgrind/main/none/tests/ppc32/ |
| test_isa_2_06_part2.c | 29 #include <malloc.h> 288 spec_fargs = malloc( 17 * sizeof(double) ); 289 spec_sp_fargs = malloc( 17 * sizeof(float) ); [all...] |
| /external/valgrind/main/none/tests/ppc64/ |
| test_isa_2_06_part2.c | 29 #include <malloc.h> 288 spec_fargs = malloc( 17 * sizeof(double) ); 289 spec_sp_fargs = malloc( 17 * sizeof(float) ); [all...] |
| /frameworks/base/libs/androidfw/ |
| BackupHelpers.cpp | 122 : (char*)malloc(nameBufSize); 227 char* buf = (char*)malloc(bufsize); 318 char* buf = (char*)malloc(bufsize); 726 m_buf = malloc(RESTORE_BUF_SIZE); 862 unsigned char* contents = (unsigned char*)malloc(len); 864 fprintf(stderr, "malloc(%d) failed\n", len); [all...] |
| /system/core/sdcard/ |
| sdcard.c | 315 node->name = malloc(namelen + 1); 322 node->actual_name = malloc(namelen + 1); 364 node->actual_name = malloc(namelen + 1); 820 h = malloc(sizeof(*h)); 964 h = malloc(sizeof(*h)); [all...] |
| /bootable/recovery/ |
| screen_ui.cpp | 373 progressBarIndeterminate = (gr_surface*)malloc(indeterminate_frames * 383 installationOverlay = (gr_surface*)malloc(installing_frames *
|
| /dalvik/tools/hprof-conv/ |
| HprofConv.c | 111 ExpandBuf* newBuf = (ExpandBuf*) malloc(sizeof(ExpandBuf)); 114 newBuf->storage = (unsigned char*) malloc(kInitialSize);
|