Searched refs:malloc (Results 151 - 175 of 410) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/s390/util/
H A Dheader.c142 char *buf = malloc(128);
/linux-master/tools/testing/selftests/sync/
H A Dsync.c29 #include <malloc.h>
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c2 #include <malloc.h>
/linux-master/tools/perf/util/
H A Ddemangle-java.c176 buf = malloc(len);
H A Dsrccode.c119 h = malloc(sizeof(struct srcfile));
H A Dhisi-ptt.c100 void *data = malloc(size);
/linux-master/tools/testing/selftests/x86/
H A Dsingle_step_syscall.c212 .ss_sp = malloc(sizeof(char) * SIGSTKSZ),
/linux-master/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c48 percpu_value = malloc(sizeof(*percpu_value) * nproc);
/linux-master/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c11 #include <malloc.h>
/linux-master/tools/perf/tests/
H A Dbp_account.c159 fd = malloc(sizeof(int) * (wp_cnt + bp_cnt));
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data.c124 buff = malloc(bpf_map__value_size(map));
H A Dtp_attach_query.c41 query = malloc(sizeof(*query) + sizeof(__u32) * num_progs);
/linux-master/tools/lib/bpf/
H A Dstrset.c58 set->strs_data = malloc(init_data_sz);
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c90 page = malloc(len);
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c106 memory_block.base = malloc(MEM_SIZE);
/linux-master/tools/virtio/linux/
H A Dkernel.h60 return malloc(s);
/linux-master/tools/objtool/
H A Dspecial.c164 alt = malloc(sizeof(*alt));
166 WARN("malloc failed");
/linux-master/tools/lib/subcmd/
H A Dexec-cmd.c175 nargv = malloc(sizeof(*nargv) * (argc + 2));
/linux-master/tools/power/cpupower/lib/
H A Dcpupower.c163 cpu_top->core_info = malloc(sizeof(struct cpuid_core_info) * cpus);
/linux-master/scripts/mod/
H A Dsymsearch.c128 elf->symsearch = NOFAIL(malloc(sizeof(struct symsearch) +
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dwhich-cpus.c66 pairs = malloc(nr_pairs * sizeof(struct riscv_hwprobe));
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h63 void *malloc(int size);
/linux-master/tools/perf/ui/browsers/
H A Dscripts.c103 buf = malloc(SCRIPT_MAX_NO * (SCRIPT_NAMELEN + SCRIPT_FULLPATH_LEN));
/linux-master/tools/testing/selftests/mm/
H A Dtranshuge-stress.c86 map = malloc(map_len);
88 ksft_exit_fail_msg("map malloc\n");
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_crypto.c105 input = malloc(sz);

Completed in 291 milliseconds

1234567891011>>