Searched refs:malloc (Results 201 - 225 of 410) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c149 ext_test_str = malloc(strlen(test_spec) + glob_chars + 1);
156 ext_subtest_str = malloc(strlen(subtest_str) + glob_chars + 1);
/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c68 tmp = malloc(bufsize);
72 buf = malloc(tmp->size);
/linux-master/drivers/video/logo/
H A Dpnmtologo.c159 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *));
163 logo_data[i] = malloc(logo_width*sizeof(struct color));
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c289 data = malloc(sizeof(*data));
314 char *filename = malloc(sl);
/linux-master/tools/hv/
H A Dhv_fcopy_uio_daemon.c296 file_name = (char *)malloc(file_size * sizeof(char));
297 path_name = (char *)malloc(path_size * sizeof(char));
H A Dhv_vss_daemon.c71 buffer = malloc(PATH_MAX);
/linux-master/tools/perf/util/
H A Dcgroup.c224 cn = malloc(sizeof(*cn) + strlen(fpath) + 1);
544 cgrp = malloc(sizeof(*cgrp));
H A Dbpf-utils.c156 info_linear = malloc(sizeof(struct perf_bpil) + data_len);
H A Dstrfilter.c307 ret = malloc(len + 1);
H A Dbpf-filter.c182 expr = malloc(sizeof(*expr));
H A Djitdump.c154 buf = malloc(bsz);
265 jd->buf = malloc(sz);
641 data = malloc(sz);
668 unwinding_data = malloc(unwinding_data_size);
/linux-master/samples/timers/
H A Dhpet_example.c8 #include <malloc.h>
/linux-master/tools/testing/radix-tree/
H A Dtest.c30 struct item *ret = malloc(sizeof(*ret));
/linux-master/tools/virtio/ringtest/
H A Dvirtio_ring_0_9.c90 data = malloc(ring_size * sizeof *data);
/linux-master/tools/firmware/
H A Dihex2fw.c163 record = malloc(record_size);
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c101 nxhandle = malloc(sizeof(*nxhandle));
/linux-master/tools/power/cpupower/utils/helpers/
H A Dbitmask.c28 bmp = malloc(sizeof(*bmp));
/linux-master/tools/testing/selftests/x86/
H A Dmov_ss_trap.c252 .ss_sp = malloc(sizeof(char) * SIGSTKSZ),
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock.c93 p = prog = malloc(insns_cnt);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c138 b->buf = malloc(b->buf_sz);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c202 write_buf = malloc(data_size);
/linux-master/tools/lib/bpf/
H A Dzip.c222 archive = malloc(sizeof(*archive));
/linux-master/tools/perf/tests/
H A Dapi-io.c70 io->buf = malloc(buf_size);
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c48 data = malloc(filesize);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c61 q->buf = malloc(qlen);
63 test_error("malloc()");

Completed in 347 milliseconds

1234567891011>>