Home
last modified time | relevance | path

Searched refs:malloc (Results 626 - 650 of 820) sorted by relevance

1...<<21222324252627282930>>...33

/kernel/linux/linux-5.10/tools/perf/util/
H A Denv.c401 env->numa_map = malloc(nr * sizeof(int)); in perf_env__numa_node()
H A Dtime-utils.c343 str = malloc(len + 3); in one_percent_convert()
H A Dtrace-event-info.c504 tdata = malloc(sizeof(*tdata)); in tracing_data_get()
H A Dcpumap.c83 struct perf_cpu_map *cpus = malloc(sizeof(*cpus) + sizeof(int) * nr); in perf_cpu_map__empty_new()
H A Dmem-events.c54 buf = malloc(strlen(str) + 1); in perf_mem_events__parse()
H A Dordered-events.c148 oe->buffer = malloc(size); in alloc_event()
H A Dthread.c56 comm_str = malloc(32); in thread__new()
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c534 mem = (void *)malloc((size_t) size); in acpi_os_allocate()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dswitch-tracking.c221 node = malloc(sizeof(struct event_node)); in add_event()
223 pr_debug("malloc failed\n"); in add_event()
H A Dsample-parsing.c299 event = malloc(bufsz); in do_test()
301 pr_debug("malloc failed\n"); in do_test()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcmsg_sender.c427 buf = malloc(opt.size); in main()
/kernel/linux/linux-6.6/scripts/
H A Dinsert-sys-cert.c245 buf = malloc(*size); in read_file()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dmenubox.c57 char *menu_item = malloc(menu_width + 1); in do_print_item()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.c128 map = malloc(sizeof(*map)); in map__new()
H A Dmaps.c43 new_rb_node = malloc(sizeof(*new_rb_node)); in __maps__insert()
H A Dtrace-event-info.c604 tdata = malloc(sizeof(*tdata)); in tracing_data_get()
H A Dtime-utils.c343 str = malloc(len + 3); in one_percent_convert()
H A Dmmap.c128 map->aio.data[idx] = malloc(mmap__mmap_len(map)); in perf_mmap__aio_alloc()
H A Dordered-events.c148 oe->buffer = malloc(size); in alloc_event()
H A Dthread.c59 comm_str = malloc(32); in thread__new()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c136 card_name = malloc(127); in FIXTURE_SETUP()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c160 fds = malloc(sizeof(*fds) * nr_listens); in start_reuseport_server()
411 if (!ASSERT_OK_PTR(token, "malloc token")) in open_netns()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c20 result = malloc((prog_cnt + 32 /* spare */) * sizeof(__u64)); in check_data_map()
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c534 mem = (void *)malloc((size_t) size); in acpi_os_allocate()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c137 val = malloc(val_size); in map_prepare_thread()

Completed in 19 milliseconds

1...<<21222324252627282930>>...33