سرویس Pastebin (نسخه آزمایشی)
./drivers/gpu/drm/radeon/mkregtable.c:    offset = (struct offset *)malloc(sizeof(struct offset));
./drivers/gpu/drm/radeon/mkregtable.c:    t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry);
./drivers/video/logo/pnmtologo.c:    logo_data = (struct color **)malloc(logo_height*sizeof(struct color *));
./drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c:    new_symbol = (symbol_t *)malloc(sizeof(symbol_t));
./drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c:    newnode = (symbol_node_t *)malloc(sizeof(symbol_node_t));
./drivers/scsi/aic7xxx/aicasm/aicasm_scan.l:        include = (include_t *)malloc(sizeof(include_t));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:                    (path_entry_t)malloc(sizeof(*include_dir));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:    new_patch = (patch_t *)malloc(sizeof(*new_patch));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:        func_values = (int *)malloc(func_count * sizeof(int));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:    new_instr = (struct instruction *)malloc(sizeof(struct instruction));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:    new_cs= (critical_section_t *)malloc(sizeof(critical_section_t));
./drivers/scsi/aic7xxx/aicasm/aicasm.c:    new_scope = (scope_t *)malloc(sizeof(scope_t));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct reg_info *)malloc(sizeof(struct reg_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct alias_info *)malloc(sizeof(struct alias_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct field_info *)malloc(sizeof(struct field_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct const_info *)malloc(sizeof(struct const_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct label_info *)malloc(sizeof(struct label_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct cond_info *)malloc(sizeof(struct cond_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:            (struct macro_info *)malloc(sizeof(struct macro_info));
./drivers/scsi/aic7xxx/aicasm/aicasm_gram.y:    marg = (struct macro_arg *)malloc(sizeof(*marg));
./lib/inflate.c:        if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
./scripts/sorttable.h:    idxs = (int *)malloc(*orc_ip_size);
./scripts/sorttable.h:    tmp_orc_ip_table = (int *)malloc(*orc_ip_size);
./scripts/sorttable.h:    tmp_orc_table = (struct orc_entry *)malloc(orc_size);
./samples/mei/mei-amt-version.c:    *read_buf = (uint8_t *)malloc(sizeof(uint8_t) * in_buf_sz);
./tools/arch/x86/intel_sdsi/intel_sdsi.c:    s = (struct sdsi_dev *)malloc(sizeof(*s));
./tools/arch/x86/intel_sdsi/intel_sdsi.c:    s->dev_name = (char *)malloc(sizeof(SDSI_DEV) + strlen(dev_no) + 1);
./tools/arch/x86/intel_sdsi/intel_sdsi.c:    s->dev_path = (char *)malloc(sizeof(AUX_DEV_PATH) + dev_name_len);
./tools/testing/scatterlist/linux/mm.h:    return (unsigned long)malloc(PAGE_SIZE);
./tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c:    assert(NULL != (outbuf = (char *)malloc(outlen)));
./tools/testing/selftests/kvm/x86_64/vmx_set_nested_state_test.c:        (struct kvm_nested_state *)malloc(state_sz);
./tools/testing/selftests/cgroup/test_zswap.c:    char *mem = (char *)malloc(size);
./tools/testing/selftests/x86/lam.c:    ptr = (char *)malloc(MALLOC_LEN);
./tools/testing/selftests/arm64/tags/tags_test.c:    ptr = (struct utsname *)malloc(sizeof(*ptr));
./tools/testing/selftests/net/tls.c:    buf = (char *)malloc(st.st_size);
./tools/testing/selftests/net/tls.c:        test_strs[i] = (char *)malloc(strlen(test_str) + 1);
./tools/testing/selftests/net/tls.c:        test_strs[i] = (char *)malloc(strlen(test_str) + 1);
./tools/testing/selftests/net/tls.c:        iov_base[i] = (char *)malloc(iov_len);
./tools/build/feature/test-cxa-demangle.cpp:  char *output = (char*)malloc(len);
./tools/perf/bench/numa.c:    node_present = (char *)malloc(g->p.nr_nodes * sizeof(char));
./tools/perf/bench/numa.c:    nodes = (int *)malloc(g->p.nr_nodes * sizeof(int));
./arch/powerpc/boot/main.c:        initrd_addr = (unsigned long)malloc(initrd_size);
./arch/powerpc/boot/main.c:        esm_blob_addr = (unsigned long)malloc(esm_blob_size);