Home
last modified time | relevance | path

Searched refs:malloc (Results 476 - 500 of 820) sorted by relevance

1...<<11121314151617181920>>...33

/kernel/linux/linux-5.10/tools/objtool/
H A Dorc_gen.c118 struct orc_list_entry *entry = malloc(sizeof(*entry)); in orc_list_add()
121 WARN("malloc failed"); in orc_list_add()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dapi-io.c69 io->buf = malloc(buf_size); in setup_test()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dpids.c68 refs->refs = malloc(sizeof(*refs->refs)); in add_ref()
/kernel/linux/linux-5.10/tools/firmware/
H A Dihex2fw.c163 record = malloc(record_size); in process_ihex()
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-cp.c89 data = malloc(size + sizeof(*data)); in queue_read()
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
H A Dbitmask.c28 bmp = malloc(sizeof(*bmp)); in bitmask_alloc()
/kernel/linux/linux-5.10/mm/
H A Dzpool.c278 return zpool->driver->malloc(zpool->pool, size, gfp, handle); in zpool_malloc()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf-filter.c182 expr = malloc(sizeof(*expr)); in perf_bpf_filter_expr__new()
H A Dbpf-utils.c156 info_linear = malloc(sizeof(struct perf_bpil) + data_len); in get_bpf_prog_info_linear()
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_gen.c138 struct orc_list_entry *entry = malloc(sizeof(*entry)); in orc_list_add()
141 WARN("malloc failed"); in orc_list_add()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dapi-io.c70 io->buf = malloc(buf_size); in setup_test()
/kernel/linux/linux-6.6/tools/firmware/
H A Dihex2fw.c163 record = malloc(record_size); in process_ihex()
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/
H A Dfuse_test.c205 stack = malloc(STACK_SIZE); in spawn_sealing_thread()
207 printf("malloc(STACK_SIZE) failed: %m\n"); in spawn_sealing_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c17 #include <malloc.h>
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c272 stack = malloc(__STACK_SIZE); in do_clone()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbloom_filter_map.c158 rand_vals = malloc(sizeof(*rand_vals) * map_size); in setup_progs()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c138 b->buf = malloc(b->buf_sz); in log_buf__open()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dbitmask.c28 bmp = malloc(sizeof(*bmp)); in bitmask_alloc()
/kernel/linux/linux-6.6/tools/virtio/ringtest/
H A Dvirtio_ring_0_9.c90 data = malloc(ring_size * sizeof *data); in alloc_ring()
/kernel/linux/linux-6.6/tools/testing/selftests/ipc/
H A Dmsgque.c151 msgque->messages = malloc(sizeof(struct msg1) * ds.msg_qnum); in dump_queue()
/kernel/linux/linux-6.6/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c48 data = malloc(filesize); in write_exactly()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dso_incoming_cpu.c96 self->servers = malloc(sizeof(int) * nr_server); in FIXTURE_SETUP()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c101 nxhandle = malloc(sizeof(*nxhandle)); in nx_function_begin()
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c284 node = malloc(sizeof(*node)); in test_percpu_list()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dmov_ss_trap.c252 .ss_sp = malloc(sizeof(char) * SIGSTKSZ), in main()

Completed in 13 milliseconds

1...<<11121314151617181920>>...33