btrplace / scheduler

BtrPlace is a virtual machine scheduler. You can specialized it safely through independent constraints to make it support what match your expectations.
http://www.btrplace.org
GNU Lesser General Public License v3.0
54 stars 12 forks source link

CShareableResource: vmAllocation variables are free #424

Closed fhermeni closed 1 year ago

fhermeni commented 1 year ago

Those variables are not needed. We require constant here, so having a primitive int everywhere would remove 1 constant + 1 variable per dimension per VM and reduce memory usage.