Home
last modified time | relevance | path

Searched refs:alloc_ptrs (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/iowatcher/
Dmain.c278 int alloc_ptrs; in setup_trace_file_graphs() local
281 alloc_ptrs = 16; in setup_trace_file_graphs()
283 alloc_ptrs = 1; in setup_trace_file_graphs()
292 tf->gdd_writes = calloc(alloc_ptrs, sizeof(struct graph_dot_data *)); in setup_trace_file_graphs()
293 tf->gdd_reads = calloc(alloc_ptrs, sizeof(struct graph_dot_data *)); in setup_trace_file_graphs()
294 tf->io_plots_allocated = alloc_ptrs; in setup_trace_file_graphs()