Searched refs:calloc (Results 201 - 212 of 212) sorted by relevance

123456789

/linux-master/tools/perf/util/
H A Dcallchain.c1088 node = calloc(1, sizeof(*node));
H A Dmachine.c2144 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info));
2504 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node));
H A Dhist.c495 he->res_samples = calloc(symbol_conf.res_sample,
H A Dsymbol.c294 struct symbol *sym = calloc(1, (symbol_conf.priv_size +
H A Dintel-pt.c4043 pt->time_ranges = calloc(n, sizeof(struct range));
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c431 filter = calloc(count, sizeof(*filter));
468 filter = calloc(count, sizeof(*filter));
/linux-master/tools/perf/
H A DMakefile.config343 CFLAGS += -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free
H A Dbuiltin-kwork.c2294 rec_argv = calloc(rec_argc + 1, sizeof(char *));
H A Dbuiltin-c2c.c3280 rec_argv = calloc(rec_argc + 1, sizeof(char *));
H A Dbuiltin-record.c4090 rec->switch_output.filenames = calloc(rec->switch_output.num_files,
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c754 /* Use calloc to make sure the memory is initialized to Zero */
755 cpu_map = calloc(topo_max_cpus, sizeof(*cpu_map));
/linux-master/scripts/
H A Dcheckpatch.pl7267 if ($line =~ /\b((?:devm_)?((?:k|kv)?(calloc|malloc_array)(?:_node)?))\s*\(\s*sizeof\b/) {

Completed in 368 milliseconds

123456789