Ok, here is the problem, I want to try running functions on large files to see how long the will take to run, but I don't want to make huge text files and run the functions against them. Is there a way to allocate memory, let's say 100mb and then run a function on those bytes/bits? (the content doesn't matter)