Lines Matching refs:ntfs_malloc
357 * of the string s. Memory for the new string is obtained with ntfs_malloc(3),
374 dst = ntfs_malloc((len + 1) * sizeof(ntfschar));
582 *outs = ntfs_malloc(outs_len);
838 *outs = ntfs_malloc((shorts + 1) * sizeof(ntfschar));
935 mbs = ntfs_malloc(mbs_len);
952 tc = ntfs_malloc((mbs_len + 64) & ~63);
1080 ucs = ntfs_malloc(ucs_len * sizeof(ntfschar));
1161 upp = (char*)ntfs_malloc(3*size + 1);
1385 *upcase = (ntfschar*)ntfs_malloc(UPCASE_LEN*2);
1411 lc = (ntfschar*)ntfs_malloc(uc_cnt*sizeof(ntfschar));