Lines Matching refs:malloc
371 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
392 UChar *buffer = (UChar *)malloc(200000*sizeof(UChar));
433 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
579 test1=(UChar*)malloc(sizeof(UChar) * 6);
580 test2=(UChar*)malloc(sizeof(UChar) * 6);
834 buffer = (uint8_t *) malloc(size);
853 k1 = (uint8_t *) malloc(sizeof(uint8_t) * l1);
854 k2 = (uint8_t *) malloc(sizeof(uint8_t) * l2);
901 sortKey1 = (uint8_t*)malloc(sortKeyLen1+1);
907 sortKey2 = (uint8_t*)malloc(sortKeyLen2+1);
1031 sortKey1 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen1 + 1));
1037 sortKey2 = (uint8_t*)malloc(sizeof(uint8_t) * (sortKeyLen2 + 1));
1113 test1=(UChar*)malloc(sizeof(UChar) * 6);
1114 test2=(UChar*)malloc(sizeof(UChar) * 6);
1115 test3=(UChar*)malloc(sizeof(UChar) * 6);
1129 sortk1=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
1134 sortk2=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
1140 sortk3=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
1180 sortk1=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
1183 sortk2=(uint8_t*)malloc(sizeof(uint8_t) * (sortklen+1));
1193 sortkEmpty = (uint8_t*)malloc(sizeof(uint8_t) * sortklen+1);
1229 test1=(UChar*)malloc(sizeof(UChar) * 6);
1230 test2=(UChar*)malloc(sizeof(UChar) * 6);
1231 test3=(UChar*)malloc(sizeof(UChar) * 6);
1238 sortk1=(uint8_t*)malloc(sizeof(uint8_t) * (sortk1len+1));
1241 sortk2=(uint8_t*)malloc(sizeof(uint8_t) * (sortk2len+1));
1244 sortk3=(uint8_t*)malloc(sizeof(uint8_t) * (sortk3len+1));
1286 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1287 testString2=(UChar*)malloc(sizeof(UChar) * 150);
1904 uint8_t **sortkeys = (uint8_t **)malloc(casesSize*sizeof(uint8_t *));
1905 uint8_t **mergedPrefixkeys = (uint8_t **)malloc(casesSize*sizeof(uint8_t *));
1906 uint8_t **mergedSuffixkeys = (uint8_t **)malloc(casesSize*sizeof(uint8_t *));
1907 uint32_t *sortKeysLen = (uint32_t *)malloc(casesSize*sizeof(uint32_t));
1919 sortkeys[i] = (uint8_t *)malloc(256*sizeof(uint8_t));
1920 mergedPrefixkeys[i] = (uint8_t *)malloc(256*sizeof(uint8_t));
1921 mergedSuffixkeys[i] = (uint8_t *)malloc(256*sizeof(uint8_t));
2276 image = (uint8_t *)malloc(imageSize*sizeof(uint8_t));