Home | History | Annotate | Download | only in aiostress

Lines Matching defs:bytes

933     size_t bytes = num_files * depth * sizeof(*t->ios);
935 t->ios = malloc(bytes);
940 memset(t->ios, 0, bytes);
1292 printf("\t-v verification of bytes written\n");