mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 06:26:05 +09:00
assigning vms on the viewport
This commit is contained in:
@@ -65,6 +65,8 @@ class VM(
|
||||
private val mallocSizes = HashMap<Int, Int>() // HashMap<Block Index, Block Count>
|
||||
var allocatedBlockCount = 0; private set
|
||||
|
||||
val isRunning: Boolean
|
||||
get() = !disposed &&startTime >= 0
|
||||
|
||||
init {
|
||||
println("[VM] Creating new VM with ID of $id, memsize $memsize")
|
||||
|
||||
Reference in New Issue
Block a user