Searched refs:sz_b (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dmemrw.c22 static int sz_b; // size of a block variable
49 for (b = 0; b < sz_b; b++) {
81 sz_b = 1024 * 1024;
89 sz_b = atoi(argv[a+1]);
111 ((unsigned long long)nr_b * sz_b)
113 ((unsigned long long)nr_b_ws * sz_b)
126 t_b[i] = calloc(sz_b, 1);

Completed in 115 milliseconds