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

<<11121314151617

/linux-master/tools/lib/bpf/
H A Dlibbpf.c822 prog->insns = malloc(insn_data_sz);
1385 st_ops->data = malloc(type->size);
1387 st_ops->kern_func_off = malloc(btf_vlen(type) *
2890 map->inner_map->name = malloc(strlen(map_name) + sizeof(".inner") + 1);
2919 obj->arena_data = malloc(data_sz);
9564 buf = malloc(len);
12992 *copy_mem = malloc(ehdr_size);
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c1084 tmp2 = malloc(BUFFER_SIZE);
/linux-master/tools/perf/util/
H A Devsel.c328 tmp = malloc(sizeof(*tmp));
H A Dannotate.c2526 link = malloc(sizeof(*link));
H A Dsession.c2066 buf = malloc(cur_size);
H A Dintel-pt.c1316 ptq->event_buf = malloc(PERF_SAMPLE_MAX_SIZE);
/linux-master/tools/perf/
H A Dbuiltin-lock.c2470 entry = malloc(sizeof(*entry) + strlen(tok) + 1);
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2703 script_opt = malloc(len);
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c59 __attribute__((malloc));
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c419 blk = malloc(sizeof(struct intel_pt_blk));

Completed in 563 milliseconds

<<11121314151617