telepath / com.github.giedomak.telepath.memorymanager / SimpleMemoryManager / fitsIntoMemory

fitsIntoMemory

fun fitsIntoMemory(partition: List<Path>): Boolean (source)

Boolean value indicating if our new partition will fit into memory.

This has to be public in order for our specs to mock it...