HomeSort by relevance Sort by last modified time
    Searched full:sz_b (Results 1 - 1 of 1) sorted by null

  /external/valgrind/perf/
memrw.c 22 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 1021 milliseconds