Searched
refs:malloc (Results
1526 -
1550 of
2813) sorted by null
<<61626364656667686970>>
| /external/valgrind/main/massif/tests/ |
| thresholds_10_0.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| thresholds_10_10.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| thresholds_5_0.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| thresholds_5_10.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| /external/valgrind/main/memcheck/tests/ |
| big_blocks_freed_list.stderr.exp | 16 Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
| origin1-yes.stderr.exp | 27 at 0x........: malloc (vg_replace_malloc.c:...)
|
| /external/valgrind/unittest/ |
| thread_wrappers_pthread.h | 57 // This constant is true if malloc() uses mutex on your platform as this may 63 #include <malloc.h> // memalign 106 #define memalign(A,B) malloc(B)
|
| /external/webp/src/enc/ |
| alpha.c | 189 quant_alpha = (uint8_t*)malloc(data_size); 228 filtered_alpha = (uint8_t*)malloc(data_size);
|
| /external/zlib/src/examples/ |
| zran.c | 94 index = malloc(sizeof(struct access)); 96 index->list = malloc(sizeof(struct point) << 3);
|
| /frameworks/av/media/libmedia/ |
| JetPlayer.cpp | 334 mEasJetFileLoc = (EAS_FILE_LOCATOR) malloc(sizeof(EAS_FILE)); 359 mEasJetFileLoc = (EAS_FILE_LOCATOR) malloc(sizeof(EAS_FILE));
|
| /frameworks/native/opengl/tools/glgen/stubs/gles11/ |
| glGetActiveAttrib.cpp | 194 char* buf = (char*) malloc(len); 290 char* buf = (char*) malloc(len);
|
| glGetActiveUniform.cpp | 196 char* buf = (char*) malloc(len); 290 char* buf = (char*) malloc(len);
|
| glGetTransformFeedbackVarying.cpp | 194 char* buf = (char*) malloc(len); 290 char* buf = (char*) malloc(len);
|
| /hardware/invensense/libsensors_iio/software/simple_apps/self_test/ |
| inv_self_test.c | 149 (char*)malloc(sizeof(char[MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN])); 388 buffer = (unsigned char *)malloc(packet_sz + 10);
|
| /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
| OMX_G722Dec_Utils.h | 153 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \ 156 printf("%d :: Malloc Failed\n",__LINE__); \ 167 _ptr_ = (_name_ *)malloc(_size_); \ 170 printf("%d :: Malloc Failed\n",__LINE__); \
|
| /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
| OMX_G726Dec_Utils.h | 171 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \ 174 printf("%d :: Malloc Failed\n",__LINE__); \ 185 _ptr_ = (_name_ *)malloc(_size_); \ 188 printf("%d :: Malloc Failed\n",__LINE__); \ [all...] |
| /hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
| OMXFD.cpp | 315 faceResult = ( camera_frame_metadata_t * ) malloc(sizeof(camera_frame_metadata_t)); 324 faces = ( camera_face_t * ) malloc(sizeof(camera_face_t)*faceData->ulFaceCount);
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| copy-acl.c | 272 ace_entries = (ace_t *) malloc (ace_count * sizeof (ace_t)); 313 entries = (aclent_t *) malloc (count * sizeof (aclent_t));
|
| /packages/inputmethods/PinyinIME/jni/share/ |
| ngram.cpp | 196 (malloc(idx_num_ * sizeof(CODEBOOK_TYPE))); 198 (malloc(kCodeBookSize * sizeof(LmaScoreType)));
|
| /system/core/adb/ |
| usb_windows.c | 192 usb_handle* ret = (usb_handle*)malloc(sizeof(usb_handle)); 230 ret->interface_name = (char*)malloc(name_len);
|
| /system/core/libcutils/ |
| hashmap.c | 48 Hashmap* map = malloc(sizeof(Hashmap)); 167 Entry* entry = malloc(sizeof(Entry));
|
| /system/core/libdiskconfig/ |
| diskconfig.c | 148 if (!(dinfo = malloc(sizeof(struct disk_info)))) { 149 ALOGE("Could not malloc disk_info"); 154 if (!(dinfo->part_lst = malloc(MAX_NUM_PARTS * sizeof(struct part_info)))) { 155 ALOGE("Could not malloc part_lst");
|
| /system/core/liblinenoise/ |
| linenoise.c | 416 history = malloc(sizeof(char*)*history_max_len); 438 new = malloc(sizeof(char*)*len);
|
| /system/core/toolbox/ |
| nandread.c | 114 statusfilename = malloc(strlen(filename) + strlen(statusext) + 1); 138 buffer = malloc(mtdinfo.writesize + mtdinfo.oobsize + spare_size);
|
| /external/e2fsprogs/lib/ext2fs/ |
| nt_io.c | 178 #include <malloc.h> 1097 io = (io_channel) malloc(sizeof(struct struct_io_channel)); 1108 NtData = (PNT_PRIVATE_DATA)malloc(sizeof(NT_PRIVATE_DATA)); 1118 io->name = malloc(strlen(name) + 1); 1141 NtData->Buffer = malloc(NtData->BufferSize); 1284 NtData->Buffer = malloc(NtData->BufferSize);
|
Completed in 1439 milliseconds
<<61626364656667686970>>