fun fitsIntoMemory(partition: List<Path>): Boolean
Boolean value indicating if our new partition will fit into memory.
This has to be public in order for our specs to mock it...