size_to_string
void size_to_string(off_t byteCount, char* name, int maxLength);
size_to_string(partition->offset, offsetBuffer,
size_to_string(partition->size, sizeBuffer,
maxFileCount, size_to_string(sMaxFileSize).c_str(), maxDirCount, seed);
printf("%s written in %s, %s/s\n", size_to_string(sWriteTotal).c_str(),
size_to_string(int64(0.5 + sWriteTotal
printf("%s read in %s, %s/s\n", size_to_string(sReadTotal).c_str(),
size_to_string(int64(0.5 + sReadTotal