Home
last modified time | relevance | path

Searched refs:malloc (Results 401 - 425 of 976) sorted by relevance

1...<<11121314151617181920>>...40

/kernel/linux/linux-5.10/tools/virtio/linux/
H A Dkernel.h59 return malloc(s); in kmalloc()
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dhelpers.c61 target = malloc(PATH_MAX); in fdreadlink()
63 ksft_exit_fail_msg("fdreadlink: malloc failed\n"); in fdreadlink()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen.c2 #include <malloc.h>
/kernel/linux/linux-5.10/tools/virtio/ringtest/
H A Dptr_ring.c8 #include <malloc.h>
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dtranshuge-stress.c99 map = malloc(map_len); in main()
101 errx(2, "map malloc"); in main()
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dmisc.c8 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
165 window = malloc(WSIZE); in decompress_kernel()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c47 percpu_value = malloc(sizeof(*percpu_value) * nproc); in main()
H A Dtest_netcnt.c49 percpu_netcnt = malloc(sizeof(*percpu_netcnt) * nproc); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c131 cpuid = malloc(sizeof(*cpuid) + nent * sizeof(struct kvm_cpuid_entry2)); in kvm_get_supported_hv_cpuid()
134 perror("malloc"); in kvm_get_supported_hv_cpuid()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dmisc.h62 void *malloc(int size);
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dutil.c84 void *p = malloc(size); in xmalloc()
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.h45 void *new = malloc(len); in xmalloc()
48 die("malloc() failed\n"); in xmalloc()
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dheader.c142 char *buf = malloc(128); in get_cpuid_str()
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djson.c95 tokens = malloc(sz); in parse_json()
/kernel/linux/linux-5.10/tools/lib/
H A Dstring.c31 void *p = malloc(len); in memdup()
/kernel/linux/linux-5.10/tools/objtool/
H A Dspecial.c147 alt = malloc(sizeof(*alt)); in special_get_alts()
149 WARN("malloc failed"); in special_get_alts()
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dheader.c74 char *buf = malloc(128); in get_cpuid_str()
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddemangle-java.c176 buf = malloc(len); in java_demangle_sym()
H A Drb_resort.h107 sorted = malloc(sizeof(*sorted) + sizeof(sorted->nd[0]) * nr_entries); \
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dregisters.c132 fp_regs = malloc(FP_SIZE * sizeof(unsigned long)); in arch_init_registers()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dheader.c69 char *buf = malloc(128); in get_cpuid_str()
/kernel/linux/linux-6.6/tools/lib/
H A Dstring.c31 void *p = malloc(len); in memdup()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dheader.c142 char *buf = malloc(128); in get_cpuid_str()
/kernel/linux/linux-6.6/tools/lib/thermal/
H A Dthermal.c115 th = malloc(sizeof(*th)); in thermal_init()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Dheader.c81 buf = malloc(MIDR_SIZE); in get_cpuid_str()

Completed in 12 milliseconds

1...<<11121314151617181920>>...40